The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 8 | |
| LeftCurly | 231 | ||
| NeedBraces | 381 | ||
| RightCurly | 303 | ||
| coding | AvoidInlineConditionals | 41 | |
| EmptyStatement | 12 | ||
| EqualsHashCode | 1 | ||
| HiddenField | 378 | ||
| InnerAssignment | 1 | ||
| MagicNumber | 1422 | ||
| MissingSwitchDefault | 26 | ||
| SimplifyBooleanExpression | 4 | ||
| SimplifyBooleanReturn | 7 | ||
| design | DesignForExtension | 1858 | |
| FinalClass | 4 | ||
| HideUtilityClassConstructor | 15 | ||
| InterfaceIsType | 25 | ||
| VisibilityModifier | 188 | ||
| imports | AvoidStarImport | 869 | |
| RedundantImport | 1 | ||
| UnusedImports | 58 | ||
| javadoc | JavadocMethod | 2983 | |
JavadocPackage
|
74 | ||
| JavadocStyle | 252 | ||
| JavadocType | 346 | ||
| JavadocVariable | 2089 | ||
| misc | ArrayTypeStyle | 35 | |
| FinalParameters | 2587 | ||
| NewlineAtEndOfFile | 187 | ||
| TodoComment | 9 | ||
| modifier | ModifierOrder | 104 | |
| RedundantModifier | 509 | ||
| naming | ConstantName | 75 | |
| LocalVariableName | 184 | ||
| MemberName | 214 | ||
| MethodName | 469 | ||
| ParameterName | 40 | ||
| StaticVariableName | 18 | ||
| TypeName | 36 | ||
| regexp | RegexpSingleline
|
8531 | |
| sizes | LineLength | 6132 | |
| MethodLength | 4 | ||
| ParameterNumber | 5 | ||
| whitespace | EmptyForIteratorPad | 10 | |
FileTabCharacter
|
456 | ||
| MethodParamPad | 611 | ||
| NoWhitespaceAfter | 173 | ||
| NoWhitespaceBefore | 647 | ||
| OperatorWrap | 147 | ||
| ParenPad | 1582 | ||
| WhitespaceAfter | 2250 | ||
| WhitespaceAround | 3399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 94). | 2 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.freedesktop.dbus.*. | 22 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| naming | TypeName | Name 'agent' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| naming | MethodName | Name 'Connected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| naming | MethodName | Name 'Associated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| naming | MethodName | Name 'MeasurementData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| naming | MethodName | Name 'DeviceAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| naming | MethodName | Name 'Disassociated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| naming | MethodName | Name 'Disconnected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.freedesktop.dbus.*. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| naming | TypeName | Name 'device' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| naming | MethodName | Name 'RequestDeviceAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| naming | MethodName | Name 'GetConfiguration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 94). | 2 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 22 | |
| imports | UnusedImports | Unused import - org.freedesktop.dbus.DBusConnection. | 23 | |
| imports | UnusedImports | Unused import - org.freedesktop.dbus.exceptions.DBusException. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| naming | TypeName | Name 'manager' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| naming | MethodName | Name 'ConfigurePassive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| naming | ParameterName | Name 'data_types' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| naming | MethodName | Name 'Configure' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| naming | ParameterName | Name 'data_types' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.hw.exporter.zigbee.ha.devices.listeners.*. | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| coding | MagicNumber | '6' is a magic number. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter context should be final. | 46 | |
| coding | HiddenField | 'context' hides a field. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 | |
| coding | MagicNumber | '3' is a magic number. | 53 | |
| coding | MagicNumber | '4' is a magic number. | 54 | |
| coding | MagicNumber | '5' is a magic number. | 55 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter arg0 should be final. | 58 | |
| coding | MagicNumber | '3' is a magic number. | 62 | |
| coding | MagicNumber | '4' is a magic number. | 63 | |
| coding | MagicNumber | '5' is a magic number. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| misc | FinalParameters | Parameter prop should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'prop'. | 75 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'ontologyDevice' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| misc | FinalParameters | Parameter context should be final. | 71 | |
| misc | FinalParameters | Parameter serv should be final. | 71 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 74 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 109 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 113 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 121 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter value should be final. | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 135 | |
| coding | MagicNumber | '10' is a magic number. | 138 | |
| design | DesignForExtension | Method 'changedCurrentLevel' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter event should be final. | 146 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | StaticVariableName | Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| design | VisibilityModifier | Variable 'NAMESPACE' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'newProfiles' must be private and have accessor methods. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter context should be final. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter call should be final. | 78 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 94 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter namespace should be final. | 153 | |
| misc | FinalParameters | Parameter ontologyURI should be final. | 154 | |
| misc | FinalParameters | Parameter actuator should be final. | 154 | |
| coding | MagicNumber | '3' is a magic number. | 156 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 177 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 185 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | StaticVariableName | Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| design | VisibilityModifier | Variable 'NAMESPACE' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'newProfiles' must be private and have accessor methods. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter context should be final. | 66 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 67 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 67 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter call should be final. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter namespace should be final. | 140 | |
| misc | FinalParameters | Parameter ontologyURI should be final. | 141 | |
| misc | FinalParameters | Parameter actuator should be final. | 141 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 168 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | StaticVariableName | Name 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| design | VisibilityModifier | Variable 'NAMESPACE' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'newProfiles' must be private and have accessor methods. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 58 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter call should be final. | 70 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter namespace should be final. | 107 | |
| misc | FinalParameters | Parameter ontologyURI should be final. | 108 | |
| misc | FinalParameters | Parameter sensor should be final. | 108 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter context should be final. | 73 | |
| misc | FinalParameters | Parameter serv should be final. | 73 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 77 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 124 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 126 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 129 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 138 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 162 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 162 | |
| design | DesignForExtension | Method 'zoneStatusChangeNotification' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter arg0 should be final. | 176 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 179 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 179 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 71 | |
| misc | FinalParameters | Parameter context should be final. | 71 | |
| misc | FinalParameters | Parameter serv should be final. | 71 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 75 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 114 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 134 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 146 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 146 | |
| design | DesignForExtension | Method 'changedOccupancy' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter event should be final. | 160 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 163 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'ontologyDevice' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| misc | FinalParameters | Parameter context should be final. | 76 | |
| misc | FinalParameters | Parameter serv should be final. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 112 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 116 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter call should be final. | 123 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 138 | |
| coding | MagicNumber | '100' is a magic number. | 138 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 171 | |
| design | DesignForExtension | Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 179 | |
| design | DesignForExtension | Method 'executeOff' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 194 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 209 | |
| design | DesignForExtension | Method 'changedOnOff' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| misc | FinalParameters | Parameter event should be final. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 221 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 221 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 223 | |
| coding | MagicNumber | '100' is a magic number. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'ontologyDevice' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| misc | FinalParameters | Parameter context should be final. | 75 | |
| misc | FinalParameters | Parameter serv should be final. | 75 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 113 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 139 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 139 | |
| design | DesignForExtension | Method 'changedOccupancy' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter event should be final. | 153 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 156 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| misc | FinalParameters | Parameter context should be final. | 82 | |
| misc | FinalParameters | Parameter serv should be final. | 82 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 124 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 128 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 136 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 161 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| design | DesignForExtension | Method 'changedMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter event should be final. | 173 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| design | DesignForExtension | Method 'registeruAALService' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| misc | FinalParameters | Parameter sr should be final. | 67 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 70 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter sr should be final. | 77 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 80 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 89 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'discoveryLock' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'setOfDevices' must be private and have accessor methods. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter context should be final. | 50 | |
| coding | HiddenField | 'context' hides a field. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter event should be final. | 69 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter context should be final. | 51 | |
| design | DesignForExtension | Method 'registeruAALService' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter sr should be final. | 57 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 60 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| misc | FinalParameters | Parameter sr should be final. | 67 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 70 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter context should be final. | 51 | |
| design | DesignForExtension | Method 'registeruAALService' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter sr should be final. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 58 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 61 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| misc | FinalParameters | Parameter sr should be final. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 68 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 70 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| design | DesignForExtension | Method 'registeruAALService' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| misc | FinalParameters | Parameter sr should be final. | 67 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 70 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter sr should be final. | 77 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 80 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 89 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 60 | |
| design | DesignForExtension | Method 'registeruAALService' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| misc | FinalParameters | Parameter sr should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 67 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 69 | |
| naming | LocalVariableName | Name 'PresenceDetectorService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter sr should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 80 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 89 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| design | DesignForExtension | Method 'registeruAALService' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| misc | FinalParameters | Parameter sr should be final. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 68 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 70 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter sr should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 78 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 80 | |
| design | DesignForExtension | Method 'unregisteruAALService' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 89 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'componentTypeURI'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'integrator'. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'integrator'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'component'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'intervalSeconds'. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'integrator'. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'componentTypeURI'. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'intervalSeconds'. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 106 | |
| javadoc | JavadocMethod | Expected an @return tag. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapoint'. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapoint'. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'components'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 55 | |
| misc | FinalParameters | Parameter gw should be final. | 55 | |
| coding | HiddenField | 'gw' hides a field. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'gw'. | 55 | |
| misc | FinalParameters | Parameter componentURI should be final. | 55 | |
| coding | HiddenField | 'componentURI' hides a field. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'componentURI'. | 55 | |
| misc | FinalParameters | Parameter typeURI should be final. | 55 | |
| coding | HiddenField | 'typeURI' hides a field. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 64 | |
| design | DesignForExtension | Method 'addPropMapping' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter propURI should be final. | 64 | |
| misc | FinalParameters | Parameter datapoint should be final. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getDatapoint' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter propURI should be final. | 74 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 75 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'getGateway' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getComponentURI' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 85 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.container.ModuleContext. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.context.ContextPublisher. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter busServer should be final. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'activityHubSensorStateChanged' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter deviceId should be final. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 122 | |
| misc | FinalParameters | Parameter activityHubDeviceCategory should be final. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'activityHubDeviceCategory'. | 122 | |
| misc | FinalParameters | Parameter event should be final. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 147 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 147 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| misc | FinalParameters | Parameter localID should be final. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter context should be final. | 73 | |
| coding | HiddenField | 'context' hides a field. | 73 | |
| misc | FinalParameters | Parameter logger should be final. | 73 | |
| coding | HiddenField | 'logger' hides a field. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 91 | |
| design | DesignForExtension | Method 'addDriver' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter deviceId should be final. | 91 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 91 | |
| misc | FinalParameters | Parameter activityHubDriver should be final. | 92 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 97 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 103 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 112 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 116 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 139 | |
| design | DesignForExtension | Method 'incomingSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| misc | FinalParameters | Parameter deviceId should be final. | 139 | |
| misc | FinalParameters | Parameter activityHubDeviceCategory should be final. | 139 | |
| misc | FinalParameters | Parameter event should be final. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 140 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 158 | |
| design | DesignForExtension | Method 'removeDriver' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter deviceId should be final. | 158 | |
| misc | FinalParameters | Parameter activityHubDriver should be final. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 160 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 166 | |
| design | DesignForExtension | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'getDeviceLocation' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| misc | FinalParameters | Parameter deviceId should be final. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 182 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 183 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 188 | |
| design | DesignForExtension | Method 'validateDevice' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| misc | FinalParameters | Parameter deviceId should be final. | 198 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 201 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 211 | |
| design | DesignForExtension | Method 'getLastDeviceEvent' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| misc | FinalParameters | Parameter deviceId should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 213 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 217 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 221 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 221 | |
| design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| misc | FinalParameters | Parameter aHContextPublisher should be final. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'aHContextPublisher'. | 233 | |
| design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| misc | FinalParameters | Parameter aHContextPublisher should be final. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'aHContextPublisher'. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 247 | |
| design | DesignForExtension | Method 'getActivityHubSensorList' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| misc | FinalParameters | Parameter sensorList should be final. | 251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'sensorList'. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 254 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 259 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.container.ModuleContext. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | FinalClass | Class AHServiceOntology should be declared as final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| naming | ConstantName | Name 'profiles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 90 | |
| misc | FinalParameters | Parameter classURI should be final. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 91 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 91 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 100 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 194 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter uri should be final. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 30 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.container.ModuleContext. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.activityhub.*. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'ahManager' must be private and have accessor methods. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| misc | FinalParameters | Parameter ahManager should be final. | 65 | |
| coding | HiddenField | 'ahManager' hides a field. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'ahManager'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 72 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| naming | ConstantName | Name 'invalidInput' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| naming | ConstantName | Name 'internalError' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 131 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter localID should be final. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 171 | |
| misc | FinalParameters | Parameter activityHubSensor should be final. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'activityHubSensor'. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 176 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 184 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 184 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 189 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 192 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 199 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 199 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 210 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 210 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 247 | |
| misc | FinalParameters | Parameter lastSensorEvent should be final. | 247 | |
| javadoc | JavadocMethod | Expected @param tag for 'lastSensorEvent'. | 247 | |
| misc | FinalParameters | Parameter input should be final. | 247 | |
| javadoc | JavadocMethod | Expected @param tag for 'input'. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 280 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 280 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| misc | FinalParameters | Parameter deviceUri should be final. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 289 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 297 | |
| misc | FinalParameters | Parameter loc should be final. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 298 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 298 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 299 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 305 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| misc | FinalParameters | Parameter call should be final. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 320 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 333 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 340 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 340 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 343 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 352 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 357 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 357 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| javadoc | JavadocMethod | Expected an @return tag. | 365 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 367 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter context should be final. | 49 | |
| coding | HiddenField | 'context' hides a field. | 49 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter arg0 should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter user should be final. | 32 | |
| misc | FinalParameters | Parameter context should be final. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 68 | |
| misc | FinalParameters | Parameter client should be final. | 68 | |
| coding | HiddenField | 'client' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 68 | |
| misc | FinalParameters | Parameter context should be final. | 69 | |
| coding | HiddenField | 'context' hides a field. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 69 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 86 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 95 | |
| javadoc | JavadocMethod | Expected an @return tag. | 100 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter reference should be final. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 100 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 100 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 107 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 114 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 117 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 126 | |
| javadoc | JavadocMethod | Expected an @return tag. | 131 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter reference should be final. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 144 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 144 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'getConnectedDriver' is not designed for extension - needs to be abstract, final or empty. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Unused @param tag for 'sr'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| misc | FinalParameters | Parameter c should be final. | 57 | |
| misc | FinalParameters | Parameter client should be final. | 58 | |
| misc | FinalParameters | Parameter log should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 67 | |
| design | DesignForExtension | Method 'getLastSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 76 | |
| javadoc | JavadocMethod | Unused @param tag for 'ActivityHubSensor'. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 81 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| misc | FinalParameters | Parameter reference should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 91 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 103 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter reference should be final. | 103 | |
| misc | FinalParameters | Parameter service should be final. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 104 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 111 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter reference should be final. | 113 | |
| misc | FinalParameters | Parameter service should be final. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| design | DesignForExtension | Method 'incomingSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter event should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 125 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 132 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter client should be final. | 68 | |
| coding | HiddenField | 'client' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 68 | |
| misc | FinalParameters | Parameter context should be final. | 69 | |
| coding | HiddenField | 'context' hides a field. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 69 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 81 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter reference should be final. | 83 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 89 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 91 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 101 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 110 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter reference should be final. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 123 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 137 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'getConnectedDriver' is not designed for extension - needs to be abstract, final or empty. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Unused @param tag for 'sr'. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 53 | |
| misc | FinalParameters | Parameter c should be final. | 55 | |
| misc | FinalParameters | Parameter client should be final. | 56 | |
| misc | FinalParameters | Parameter log should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 64 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter reference should be final. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 76 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 88 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter reference should be final. | 88 | |
| misc | FinalParameters | Parameter service should be final. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 89 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 96 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter reference should be final. | 98 | |
| misc | FinalParameters | Parameter service should be final. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| design | DesignForExtension | Method 'incomingSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter event should be final. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 109 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 110 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 116 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 123 | |
| design | DesignForExtension | Method 'getLastSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter client should be final. | 68 | |
| coding | HiddenField | 'client' hides a field. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 68 | |
| misc | FinalParameters | Parameter context should be final. | 69 | |
| coding | HiddenField | 'context' hides a field. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 69 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 81 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter reference should be final. | 83 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 90 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 100 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 110 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter reference should be final. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 123 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 137 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'getConnectedDriver' is not designed for extension - needs to be abstract, final or empty. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Unused @param tag for 'sr'. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter c should be final. | 55 | |
| misc | FinalParameters | Parameter client should be final. | 56 | |
| misc | FinalParameters | Parameter log should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 65 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter reference should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 89 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter reference should be final. | 89 | |
| misc | FinalParameters | Parameter service should be final. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 90 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 97 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter reference should be final. | 99 | |
| misc | FinalParameters | Parameter service should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 108 | |
| design | DesignForExtension | Method 'getLastSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| design | DesignForExtension | Method 'incomingSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter event should be final. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 117 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 124 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter client should be final. | 69 | |
| coding | HiddenField | 'client' hides a field. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 69 | |
| misc | FinalParameters | Parameter context should be final. | 70 | |
| coding | HiddenField | 'context' hides a field. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 82 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter reference should be final. | 84 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 91 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 101 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 111 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter reference should be final. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 138 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'getConnectedDriver' is not designed for extension - needs to be abstract, final or empty. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Unused @param tag for 'sr'. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter c should be final. | 55 | |
| misc | FinalParameters | Parameter client should be final. | 56 | |
| misc | FinalParameters | Parameter log should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 65 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter reference should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 89 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter reference should be final. | 89 | |
| misc | FinalParameters | Parameter service should be final. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 90 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 97 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter reference should be final. | 99 | |
| misc | FinalParameters | Parameter service should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 108 | |
| design | DesignForExtension | Method 'getLastSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| design | DesignForExtension | Method 'incomingSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter event should be final. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 117 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 124 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| misc | FinalParameters | Parameter reference should be final. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 42 | |
| misc | FinalParameters | Parameter reference should be final. | 42 | |
| misc | FinalParameters | Parameter service should be final. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter reference should be final. | 48 | |
| misc | FinalParameters | Parameter service should be final. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 53 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter level should be final. | 57 | |
| misc | FinalParameters | Parameter message should be final. | 57 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter level should be final. | 61 | |
| misc | FinalParameters | Parameter message should be final. | 61 | |
| misc | FinalParameters | Parameter exception should be final. | 61 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter sr should be final. | 65 | |
| misc | FinalParameters | Parameter level should be final. | 65 | |
| misc | FinalParameters | Parameter message should be final. | 65 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter sr should be final. | 69 | |
| misc | FinalParameters | Parameter level should be final. | 69 | |
| misc | FinalParameters | Parameter message should be final. | 69 | |
| misc | FinalParameters | Parameter exception should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter context should be final. | 47 | |
| coding | HiddenField | 'context' hides a field. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter arg0 should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter mc should be final. | 51 | |
| misc | FinalParameters | Parameter x73Server should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| naming | LocalVariableName | Name 'cep_weight' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 96 | |
| design | DesignForExtension | Method 'publishDevData' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| sizes | ParameterNumber | More than 7 parameters (found 13). | 96 | |
| misc | FinalParameters | Parameter deviceId should be final. | 96 | |
| misc | FinalParameters | Parameter manufacturer should be final. | 96 | |
| misc | FinalParameters | Parameter modelNumber should be final. | 96 | |
| misc | FinalParameters | Parameter century should be final. | 96 | |
| misc | FinalParameters | Parameter year should be final. | 96 | |
| misc | FinalParameters | Parameter month should be final. | 96 | |
| misc | FinalParameters | Parameter day should be final. | 96 | |
| misc | FinalParameters | Parameter hour should be final. | 96 | |
| misc | FinalParameters | Parameter minute should be final. | 96 | |
| misc | FinalParameters | Parameter second should be final. | 96 | |
| misc | FinalParameters | Parameter sec_fractions should be final. | 96 | |
| naming | ParameterName | Name 'sec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter sm should be final. | 96 | |
| misc | FinalParameters | Parameter as should be final. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 259). | 123 | |
| design | DesignForExtension | Method 'publishWeight' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 123 | |
| misc | FinalParameters | Parameter deviceId should be final. | 123 | |
| misc | FinalParameters | Parameter weight should be final. | 123 | |
| misc | FinalParameters | Parameter unitCode should be final. | 123 | |
| misc | FinalParameters | Parameter century should be final. | 123 | |
| misc | FinalParameters | Parameter year should be final. | 123 | |
| misc | FinalParameters | Parameter month should be final. | 123 | |
| misc | FinalParameters | Parameter day should be final. | 123 | |
| misc | FinalParameters | Parameter hour should be final. | 123 | |
| misc | FinalParameters | Parameter minute should be final. | 123 | |
| misc | FinalParameters | Parameter second should be final. | 123 | |
| misc | FinalParameters | Parameter sec_fractions should be final. | 123 | |
| naming | ParameterName | Name 'sec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| misc | FinalParameters | Parameter manufacturer should be final. | 123 | |
| misc | FinalParameters | Parameter modelNumber should be final. | 123 | |
| misc | FinalParameters | Parameter systemId should be final. | 123 | |
| misc | FinalParameters | Parameter typeSpecList should be final. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 257). | 150 | |
| design | DesignForExtension | Method 'publishPulse' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 150 | |
| misc | FinalParameters | Parameter deviceId should be final. | 150 | |
| misc | FinalParameters | Parameter pulse should be final. | 150 | |
| misc | FinalParameters | Parameter unitCode should be final. | 150 | |
| misc | FinalParameters | Parameter century should be final. | 150 | |
| misc | FinalParameters | Parameter year should be final. | 150 | |
| misc | FinalParameters | Parameter month should be final. | 150 | |
| misc | FinalParameters | Parameter day should be final. | 150 | |
| misc | FinalParameters | Parameter hour should be final. | 150 | |
| misc | FinalParameters | Parameter minute should be final. | 150 | |
| misc | FinalParameters | Parameter second should be final. | 150 | |
| misc | FinalParameters | Parameter sec_fractions should be final. | 150 | |
| naming | ParameterName | Name 'sec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| misc | FinalParameters | Parameter manufacturer should be final. | 150 | |
| misc | FinalParameters | Parameter modelNumber should be final. | 150 | |
| misc | FinalParameters | Parameter systemId should be final. | 150 | |
| misc | FinalParameters | Parameter typeSpecList should be final. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter localID should be final. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.signove.health.*. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter context should be final. | 46 | |
| coding | HiddenField | 'context' hides a field. | 46 | |
| misc | FinalParameters | Parameter logger should be final. | 46 | |
| coding | HiddenField | 'logger' hides a field. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| naming | LocalVariableName | Name 'data_types' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 56 | |
| coding | MagicNumber | '0x1004' is a magic number. | 56 | |
| coding | MagicNumber | '0x1007' is a magic number. | 56 | |
| coding | MagicNumber | '0x1029' is a magic number. | 56 | |
| coding | MagicNumber | '0x100f' is a magic number. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 62 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 63 | |
| naming | LocalVariableName | Name 'DBe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 75 | |
| naming | LocalVariableName | Name 'agent_pid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| coding | MagicNumber | '2000000000' is a magic number. | 75 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 88 | |
| design | DesignForExtension | Method 'setContextProvider' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter t_contextProvider should be final. | 88 | |
| naming | ParameterName | Name 't_contextProvider' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 94). | 2 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.freedesktop.dbus.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.w3c.dom.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.signove.health.*. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 34 | |
| imports | RedundantImport | Duplicate import to line 26 - java.io.*. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.xml.parsers.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.xml.xpath.*. | 37 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | MemberName | Name 'measuredValue_18949' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | MemberName | Name 'measuredValue_18950' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | MemberName | Name 'measuredValue_18951' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | MemberName | Name 'sec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter t_conn should be final. | 69 | |
| naming | ParameterName | Name 't_conn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| misc | FinalParameters | Parameter t_contextProvider should be final. | 69 | |
| naming | ParameterName | Name 't_contextProvider' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter fname should be final. | 73 | |
| misc | FinalParameters | Parameter data should be final. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter xml should be final. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'isRemote' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 94 | |
| design | DesignForExtension | Method 'Connected' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| naming | MethodName | Name 'Connected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter dev should be final. | 96 | |
| misc | FinalParameters | Parameter addr should be final. | 96 | |
| design | DesignForExtension | Method 'Associated' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| naming | MethodName | Name 'Associated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| misc | FinalParameters | Parameter dev should be final. | 101 | |
| misc | FinalParameters | Parameter data should be final. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter sTag should be final. | 116 | |
| misc | FinalParameters | Parameter eElement should be final. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| design | DesignForExtension | Method 'MeasurementData' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| naming | MethodName | Name 'MeasurementData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| misc | FinalParameters | Parameter dev should be final. | 123 | |
| misc | FinalParameters | Parameter data should be final. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 142 | |
| naming | LocalVariableName | Name 'value_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 145 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 149 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 150 | |
| blocks | EmptyBlock | Must have at least one statement. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 194 | |
| design | DesignForExtension | Method 'DeviceAttributes' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| naming | MethodName | Name 'DeviceAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 | |
| misc | FinalParameters | Parameter dev should be final. | 199 | |
| misc | FinalParameters | Parameter data should be final. | 199 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 199 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 234 | |
| design | DesignForExtension | Method 'Disassociated' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| naming | MethodName | Name 'Disassociated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
| misc | FinalParameters | Parameter dev should be final. | 239 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 254 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 255 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 256 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 258 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 260 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 260 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 263 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 264 | |
| design | DesignForExtension | Method 'Disconnected' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| naming | MethodName | Name 'Disconnected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 268 | |
| misc | FinalParameters | Parameter dev should be final. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 272 | |
| design | DesignForExtension | Method 'setContextProvider' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| misc | FinalParameters | Parameter t_contextProvider should be final. | 272 | |
| naming | ParameterName | Name 't_contextProvider' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| misc | FinalParameters | Parameter reference should be final. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 39 | |
| misc | FinalParameters | Parameter reference should be final. | 39 | |
| misc | FinalParameters | Parameter service should be final. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| misc | FinalParameters | Parameter reference should be final. | 45 | |
| misc | FinalParameters | Parameter service should be final. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter context should be final. | 50 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter level should be final. | 54 | |
| misc | FinalParameters | Parameter message should be final. | 54 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter level should be final. | 58 | |
| misc | FinalParameters | Parameter message should be final. | 58 | |
| misc | FinalParameters | Parameter exception should be final. | 58 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter sr should be final. | 62 | |
| misc | FinalParameters | Parameter level should be final. | 62 | |
| misc | FinalParameters | Parameter message should be final. | 62 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter sr should be final. | 66 | |
| misc | FinalParameters | Parameter level should be final. | 66 | |
| misc | FinalParameters | Parameter message should be final. | 66 | |
| misc | FinalParameters | Parameter exception should be final. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 89 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| naming | MemberName | Name 'm_Device' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| design | VisibilityModifier | Variable 'm_Device' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| naming | MemberName | Name 'DEVICE_DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| design | VisibilityModifier | Variable 'DEVICE_DESCRIPTION' must be private and have accessor methods. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 108 | |
| coding | MagicNumber | '9600' is a magic number. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 111 | |
| coding | MagicNumber | '8' is a magic number. | 111 | |
| coding | MagicNumber | '2000' is a magic number. | 113 | |
| coding | MagicNumber | '2000' is a magic number. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 117 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 118 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter data should be final. | 129 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 129 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter length should be final. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| design | DesignForExtension | Method 'jd2xxEvent' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter ev should be final. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'deactivate' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| naming | MemberName | Name 'MAX_WAIT_TIME_MS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| design | VisibilityModifier | Variable 'MAX_WAIT_TIME_MS' must be private and have accessor methods. | 159 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| design | VisibilityModifier | Variable 'portList' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'inputStream' must be private and have accessor methods. | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| design | VisibilityModifier | Variable 'outputStream' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'serialPort' must be private and have accessor methods. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| design | VisibilityModifier | Variable 'portId' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| naming | MemberName | Name 'm_CallbackActive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| design | VisibilityModifier | Variable 'm_CallbackActive' must be private and have accessor methods. | 165 | |
| design | DesignForExtension | Method 'activate' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| misc | FinalParameters | Parameter m_ComPort should be final. | 171 | |
| naming | ParameterName | Name 'm_ComPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 189 | |
| coding | MagicNumber | '2000' is a magic number. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 196 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 210 | |
| coding | MagicNumber | '9600' is a magic number. | 216 | |
| coding | MagicNumber | '2000' is a magic number. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| design | DesignForExtension | Method 'serialEvent' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| misc | FinalParameters | Parameter event should be final. | 227 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 228 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 228 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| misc | FinalParameters | Parameter data should be final. | 247 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| misc | FinalParameters | Parameter length should be final. | 252 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 253 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 287 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| design | DesignForExtension | Method 'deactivate' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 298 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 305 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 305 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 306 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 306 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 307 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 307 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 307 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 308 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 308 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 309 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 309 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 311 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 311 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 313 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 313 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 314 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 314 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 315 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 315 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 316 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 316 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 317 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 317 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 318 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 318 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 319 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 319 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 320 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 320 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 321 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 323 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 323 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 324 | |
| naming | MemberName | Name 'm_Device' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 | |
| design | VisibilityModifier | Variable 'm_Device' must be private and have accessor methods. | 324 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 325 | |
| naming | MemberName | Name 'm_EventListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 325 | |
| design | VisibilityModifier | Variable 'm_EventListener' must be private and have accessor methods. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 327 | |
| naming | MemberName | Name 'm_PortName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 327 | |
| design | VisibilityModifier | Variable 'm_PortName' must be private and have accessor methods. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| misc | FinalParameters | Parameter portName should be final. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 336 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 346 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| design | DesignForExtension | Method 'fs20Init' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 375 | |
| design | DesignForExtension | Method 'sendFS20Command' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| misc | FinalParameters | Parameter houseCode should be final. | 375 | |
| misc | FinalParameters | Parameter button should be final. | 375 | |
| misc | FinalParameters | Parameter command should be final. | 375 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 375 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 375 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 376 | |
| coding | MagicNumber | '3' is a magic number. | 377 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 377 | |
| coding | MagicNumber | '8' is a magic number. | 377 | |
| coding | MagicNumber | '4' is a magic number. | 378 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 378 | |
| coding | MagicNumber | '0xff' is a magic number. | 378 | |
| coding | MagicNumber | '5' is a magic number. | 379 | |
| coding | MagicNumber | '6' is a magic number. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| design | DesignForExtension | Method 'registerEventListener' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| misc | FinalParameters | Parameter ev should be final. | 384 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 388 | |
| design | DesignForExtension | Method 'unregisterEventListener' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 394 | |
| design | DesignForExtension | Method 'deviceEvent' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 409 | |
| coding | MagicNumber | '11' is a magic number. | 409 | |
| coding | MagicNumber | '4' is a magic number. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 412 | |
| coding | MagicNumber | '6' is a magic number. | 412 | |
| coding | MagicNumber | '8' is a magic number. | 412 | |
| coding | MagicNumber | '7' is a magic number. | 412 | |
| coding | MagicNumber | '10' is a magic number. | 413 | |
| coding | MagicNumber | '8' is a magic number. | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 419 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| misc | FinalParameters | Parameter data should be final. | 438 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 438 | |
| misc | FinalParameters | Parameter telegramType should be final. | 438 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 438 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 438 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 439 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 468 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| misc | FinalParameters | Parameter value should be final. | 486 | |
| misc | FinalParameters | Parameter bits should be final. | 486 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 486 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 488 | |
| coding | MagicNumber | '0x03' is a magic number. | 489 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 498 | |
| naming | MethodName | Name 'StringFS20ToInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 | |
| misc | FinalParameters | Parameter value should be final. | 502 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 502 | |
| coding | MagicNumber | '0x03' is a magic number. | 506 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'houseCode' must be private and have accessor methods. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'function' must be private and have accessor methods. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'button' must be private and have accessor methods. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter houseCode should be final. | 28 | |
| coding | HiddenField | 'houseCode' hides a field. | 28 | |
| misc | FinalParameters | Parameter function should be final. | 28 | |
| coding | HiddenField | 'function' hides a field. | 28 | |
| misc | FinalParameters | Parameter button should be final. | 28 | |
| coding | HiddenField | 'button' hides a field. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 37 | |
| design | DesignForExtension | Method 'getButton' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| design | DesignForExtension | Method 'setButton' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| misc | FinalParameters | Parameter button should be final. | 48 | |
| coding | HiddenField | 'button' hides a field. | 48 | |
| design | DesignForExtension | Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'setFunction' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter function should be final. | 60 | |
| coding | HiddenField | 'function' hides a field. | 60 | |
| design | DesignForExtension | Method 'getHouseCode' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| design | DesignForExtension | Method 'setHouseCode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter houseCode should be final. | 72 | |
| coding | HiddenField | 'houseCode' hides a field. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 37 | |
| javadoc | JavadocType | Unknown tag 'date'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | StaticVariableName | Name 'received_houseCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | StaticVariableName | Name 'received_deviceCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | StaticVariableName | Name 'received_function' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| coding | HiddenField | 'context' hides a field. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 66 | |
| misc | FinalParameters | Parameter sr should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 74 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| misc | FinalParameters | Parameter housecode should be final. | 105 | |
| misc | FinalParameters | Parameter devicecode should be final. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 110 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| design | DesignForExtension | Method 'setDevices' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter reg should be final. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'Init' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| naming | MethodName | Name 'Init' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| misc | FinalParameters | Parameter fhz should be final. | 136 | |
| misc | FinalParameters | Parameter log should be final. | 136 | |
| misc | FinalParameters | Parameter event should be final. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 149 | |
| coding | MagicNumber | '16' is a magic number. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 151 | |
| coding | MagicNumber | '8' is a magic number. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 153 | |
| coding | MagicNumber | '8' is a magic number. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 163 | |
| coding | MagicNumber | '16' is a magic number. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 166 | |
| coding | MagicNumber | '8' is a magic number. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 169 | |
| coding | MagicNumber | '8' is a magic number. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| misc | FinalParameters | Parameter bits should be final. | 185 | |
| coding | MagicNumber | '0x03' is a magic number. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Unknown tag 'date'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | MemberName | Name 'FS20DeviceProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter connection should be final. | 52 | |
| coding | HiddenField | 'connection' hides a field. | 52 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Unused @param tag for 'network'. | 64 | |
| design | DesignForExtension | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| misc | FinalParameters | Parameter fs20DeviceProps should be final. | 69 | |
| misc | FinalParameters | Parameter logger should be final. | 70 | |
| coding | HiddenField | 'logger' hides a field. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocMethod | Unused @param tag for 'network'. | 86 | |
| javadoc | JavadocMethod | Unused @param tag for 'logger'. | 88 | |
| design | DesignForExtension | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter fs20DeviceProps should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| design | DesignForExtension | Method 'getDeviceLocation' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| design | DesignForExtension | Method 'getDeviceURI' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| design | DesignForExtension | Method 'getDeviceName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| design | DesignForExtension | Method 'getHouseCode' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| design | DesignForExtension | Method 'getDeviceCode' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| design | DesignForExtension | Method 'getDeviceDescription' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| design | DesignForExtension | Method 'getFunctionDescription' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| design | DesignForExtension | Method 'getDeviceType' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 170 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| misc | FinalParameters | Parameter houseCode should be final. | 170 | |
| misc | FinalParameters | Parameter deviceCode should be final. | 170 | |
| misc | FinalParameters | Parameter button should be final. | 170 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 172 | |
| coding | MagicNumber | '500' is a magic number. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocType | Unknown tag 'date'. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | MemberName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter URI should be final. | 57 | |
| coding | HiddenField | 'URI' hides a field. | 57 | |
| naming | ParameterName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| misc | FinalParameters | Parameter name should be final. | 57 | |
| coding | HiddenField | 'name' hides a field. | 57 | |
| misc | FinalParameters | Parameter housecode should be final. | 57 | |
| coding | HiddenField | 'housecode' hides a field. | 57 | |
| misc | FinalParameters | Parameter devicecode should be final. | 58 | |
| coding | HiddenField | 'devicecode' hides a field. | 58 | |
| misc | FinalParameters | Parameter type should be final. | 58 | |
| coding | HiddenField | 'type' hides a field. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 92 | |
| misc | FinalParameters | Parameter URI should be final. | 92 | |
| coding | HiddenField | 'URI' hides a field. | 92 | |
| naming | ParameterName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter name should be final. | 92 | |
| coding | HiddenField | 'name' hides a field. | 92 | |
| misc | FinalParameters | Parameter housecode should be final. | 92 | |
| coding | HiddenField | 'housecode' hides a field. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 93 | |
| misc | FinalParameters | Parameter devicecode should be final. | 93 | |
| coding | HiddenField | 'devicecode' hides a field. | 93 | |
| misc | FinalParameters | Parameter type should be final. | 93 | |
| coding | HiddenField | 'type' hides a field. | 93 | |
| misc | FinalParameters | Parameter value should be final. | 93 | |
| coding | HiddenField | 'value' hides a field. | 93 | |
| misc | FinalParameters | Parameter description should be final. | 93 | |
| coding | HiddenField | 'description' hides a field. | 93 | |
| misc | FinalParameters | Parameter functiondescription should be final. | 94 | |
| coding | HiddenField | 'functiondescription' hides a field. | 94 | |
| misc | FinalParameters | Parameter location should be final. | 94 | |
| coding | HiddenField | 'location' hides a field. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'getHousecode' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'getDevicecode' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'getDeviceType' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| design | DesignForExtension | Method 'getMeasurementValue' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| design | DesignForExtension | Method 'getDeviceDescription' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| design | DesignForExtension | Method 'getFunctionDesciption' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 26 | |
| javadoc | JavadocType | Unknown tag 'date'. | 30 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| misc | FinalParameters | Parameter connection should be final. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocType | Unknown tag 'date'. | 30 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| misc | FinalParameters | Parameter connection should be final. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocType | Unknown tag 'date'. | 34 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'animations' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| coding | MagicNumber | '12' is a magic number. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 | |
| misc | FinalParameters | Parameter connection should be final. | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 | |
| design | DesignForExtension | Method 'startAnimation' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| misc | FinalParameters | Parameter animationNumber should be final. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 59 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 62 | |
| design | DesignForExtension | Method 'setDescriptionToAnimation' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter animationNumber should be final. | 62 | |
| misc | FinalParameters | Parameter description should be final. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocType | Unknown tag 'date'. | 32 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| misc | FinalParameters | Parameter connection should be final. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 48 | |
| design | DesignForExtension | Method 'activateSignal' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| coding | MagicNumber | '0x1c' is a magic number. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocType | Unknown tag 'date'. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| misc | FinalParameters | Parameter connection should be final. | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 49 | |
| design | DesignForExtension | Method 'switchOff' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 58 | |
| design | DesignForExtension | Method 'switchOn' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocType | Unknown tag 'date'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter context should be final. | 65 | |
| coding | HiddenField | 'context' hides a field. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter arg0 should be final. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter event should be final. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 99 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 105 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 108 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 132 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 134 | |
| blocks | EmptyBlock | Must have at least one statement. | 134 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 135 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 136 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 139 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 142 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 144 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 147 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Unknown tag 'date'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'cpInfo' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 64 | |
| misc | FinalParameters | Parameter mc should be final. | 64 | |
| coding | HiddenField | 'mc' hides a field. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 73 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'publishContextEvent' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| misc | FinalParameters | Parameter fs20device should be final. | 83 | |
| misc | FinalParameters | Parameter value should be final. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 87 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 88 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 91 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 93 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 98 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 101 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 104 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 108 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocType | Unknown tag 'date'. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | ConstantName | Name 'invalidInput' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| misc | FinalParameters | Parameter context should be final. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocMethod | Expected an @return tag. | 88 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter call should be final. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| coding | MagicNumber | '13' is a magic number. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 173 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 191 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 191 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 191 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 209 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 209 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 209 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 220 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 228 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 228 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 248 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 248 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 248 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 268 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 268 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 268 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| misc | FinalParameters | Parameter uri should be final. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| misc | FinalParameters | Parameter uri should be final. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| misc | FinalParameters | Parameter uri should be final. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| misc | FinalParameters | Parameter uri should be final. | 332 | |
| misc | FinalParameters | Parameter animation should be final. | 332 | |
| javadoc | JavadocMethod | Expected @param tag for 'animation'. | 332 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 334 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 339 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 343 | |
| coding | MagicNumber | '13' is a magic number. | 343 | |
| javadoc | JavadocMethod | Expected an @return tag. | 356 | |
| design | DesignForExtension | Method '_startAnimation' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| naming | MethodName | Name '_startAnimation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 | |
| misc | FinalParameters | Parameter URI should be final. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'URI'. | 356 | |
| naming | ParameterName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 | |
| misc | FinalParameters | Parameter animation should be final. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'animation'. | 356 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 364 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 364 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 365 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 372 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 375 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 377 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 378 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| javadoc | JavadocMethod | Expected an @return tag. | 390 | |
| design | DesignForExtension | Method '_activateGong' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| naming | MethodName | Name '_activateGong' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
| misc | FinalParameters | Parameter URI should be final. | 390 | |
| javadoc | JavadocMethod | Expected @param tag for 'URI'. | 390 | |
| naming | ParameterName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 398 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 398 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 398 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 398 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 398 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 398 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 406 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 407 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 407 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 408 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 408 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 411 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 412 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| javadoc | JavadocMethod | Expected an @return tag. | 426 | |
| design | DesignForExtension | Method '_turnOnFS20ST' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| naming | MethodName | Name '_turnOnFS20ST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 426 | |
| misc | FinalParameters | Parameter URI should be final. | 426 | |
| javadoc | JavadocMethod | Expected @param tag for 'URI'. | 426 | |
| naming | ParameterName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 426 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 434 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 434 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 434 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 434 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 434 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 435 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 440 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 442 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 443 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 444 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 447 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| javadoc | JavadocMethod | Expected an @return tag. | 461 | |
| design | DesignForExtension | Method '_turnOffFS20ST' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| naming | MethodName | Name '_turnOffFS20ST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 | |
| misc | FinalParameters | Parameter URI should be final. | 461 | |
| javadoc | JavadocMethod | Expected @param tag for 'URI'. | 461 | |
| naming | ParameterName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 469 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 469 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 470 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 477 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 478 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 478 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 479 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 479 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 482 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 483 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| naming | ConstantName | Name 'PROP_CONTROLS_PIRx' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| naming | ConstantName | Name 'OUTPUT_RadioControlledBell' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| naming | ConstantName | Name 'profiles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 | |
| coding | MagicNumber | '20' is a magic number. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| coding | MagicNumber | '13' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 142 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 142 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 148 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 151 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 151 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 158 | |
| misc | FinalParameters | Parameter classURI should be final. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 159 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 159 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 165 | |
| naming | LocalVariableName | Name 'ppControls_DISPLAYS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 167 | |
| naming | LocalVariableName | Name 'ppControls_GONGS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 169 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 169 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 173 | |
| naming | LocalVariableName | Name 'ppControls_FS20ST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 174 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 174 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 176 | |
| naming | LocalVariableName | Name 'ppControls_PIRx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 178 | |
| naming | LocalVariableName | Name 'ppControls_FMS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| naming | LocalVariableName | Name 'ValuePath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 186 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 187 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 188 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 199 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 199 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 200 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 201 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 208 | |
| coding | MagicNumber | '3' is a magic number. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 217 | |
| coding | MagicNumber | '4' is a magic number. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 226 | |
| coding | MagicNumber | '3' is a magic number. | 229 | |
| coding | MagicNumber | '5' is a magic number. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 235 | |
| coding | MagicNumber | '4' is a magic number. | 238 | |
| coding | MagicNumber | '6' is a magic number. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 244 | |
| coding | MagicNumber | '5' is a magic number. | 247 | |
| coding | MagicNumber | '7' is a magic number. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 253 | |
| coding | MagicNumber | '6' is a magic number. | 256 | |
| coding | MagicNumber | '8' is a magic number. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 262 | |
| coding | MagicNumber | '7' is a magic number. | 265 | |
| coding | MagicNumber | '9' is a magic number. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 271 | |
| coding | MagicNumber | '8' is a magic number. | 274 | |
| coding | MagicNumber | '10' is a magic number. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 280 | |
| coding | MagicNumber | '9' is a magic number. | 283 | |
| coding | MagicNumber | '11' is a magic number. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 291 | |
| coding | MagicNumber | '10' is a magic number. | 292 | |
| coding | MagicNumber | '12' is a magic number. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 300 | |
| coding | MagicNumber | '11' is a magic number. | 301 | |
| coding | MagicNumber | '13' is a magic number. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 309 | |
| coding | MagicNumber | '12' is a magic number. | 310 | |
| coding | MagicNumber | '14' is a magic number. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 314 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 315 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 315 | |
| coding | MagicNumber | '15' is a magic number. | 316 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 320 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 | |
| coding | MagicNumber | '16' is a magic number. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 326 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 326 | |
| coding | MagicNumber | '17' is a magic number. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 331 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 332 | |
| coding | MagicNumber | '18' is a magic number. | 333 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 333 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 336 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 337 | |
| coding | MagicNumber | '19' is a magic number. | 338 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 338 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| misc | FinalParameters | Parameter uri should be final. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| misc | FinalParameters | Parameter reference should be final. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 42 | |
| misc | FinalParameters | Parameter reference should be final. | 42 | |
| misc | FinalParameters | Parameter service should be final. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter reference should be final. | 48 | |
| misc | FinalParameters | Parameter service should be final. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 53 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter level should be final. | 57 | |
| misc | FinalParameters | Parameter message should be final. | 57 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter level should be final. | 61 | |
| misc | FinalParameters | Parameter message should be final. | 61 | |
| misc | FinalParameters | Parameter exception should be final. | 61 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter sr should be final. | 65 | |
| misc | FinalParameters | Parameter level should be final. | 65 | |
| misc | FinalParameters | Parameter message should be final. | 65 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter sr should be final. | 69 | |
| misc | FinalParameters | Parameter level should be final. | 69 | |
| misc | FinalParameters | Parameter message should be final. | 69 | |
| misc | FinalParameters | Parameter exception should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocType | Unknown tag 'date'. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 61 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | HiddenField | 'context' hides a field. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 90 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter context should be final. | 92 | |
| coding | HiddenField | 'context' hides a field. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 100 | |
| design | DesignForExtension | Method 'getAllDeviceRegistrations' is not designed for extension - needs to be abstract, final or empty. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 46 | |
| javadoc | JavadocType | Unknown tag 'date'. | 51 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| misc | FinalParameters | Parameter context should be final. | 65 | |
| misc | FinalParameters | Parameter connection should be final. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 87 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 95 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 96 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 103 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 111 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 112 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 119 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 129 | |
| coding | MagicNumber | '3' is a magic number. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 130 | |
| coding | MagicNumber | '4' is a magic number. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 131 | |
| coding | MagicNumber | '5' is a magic number. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 132 | |
| coding | MagicNumber | '6' is a magic number. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 133 | |
| coding | MagicNumber | '7' is a magic number. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 134 | |
| coding | MagicNumber | '8' is a magic number. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 135 | |
| coding | MagicNumber | '9' is a magic number. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 136 | |
| coding | MagicNumber | '10' is a magic number. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 137 | |
| coding | MagicNumber | '11' is a magic number. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 138 | |
| coding | MagicNumber | '12' is a magic number. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 140 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 140 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 141 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 148 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 148 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 148 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 148 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 156 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 156 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 157 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 164 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 172 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 173 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocType | Unknown tag 'date'. | 33 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| misc | FinalParameters | Parameter reference should be final. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| misc | FinalParameters | Parameter reference should be final. | 45 | |
| misc | FinalParameters | Parameter service should be final. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| misc | FinalParameters | Parameter reference should be final. | 51 | |
| misc | FinalParameters | Parameter service should be final. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter level should be final. | 60 | |
| misc | FinalParameters | Parameter message should be final. | 60 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter level should be final. | 64 | |
| misc | FinalParameters | Parameter message should be final. | 64 | |
| misc | FinalParameters | Parameter exception should be final. | 64 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter sr should be final. | 68 | |
| misc | FinalParameters | Parameter level should be final. | 68 | |
| misc | FinalParameters | Parameter message should be final. | 68 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter sr should be final. | 72 | |
| misc | FinalParameters | Parameter level should be final. | 72 | |
| misc | FinalParameters | Parameter message should be final. | 72 | |
| misc | FinalParameters | Parameter exception should be final. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 48 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter arg0 should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter context should be final. | 62 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 77 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter call should be final. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 97 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | FinalClass | Class ProvidedContinuaHdpManagerService should be declared as final. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| naming | ConstantName | Name 'profiles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| coding | MagicNumber | '4' is a magic number. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 54 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 64 | |
| misc | FinalParameters | Parameter classURI should be final. | 64 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 64 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter context should be final. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter context should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'filterQuery' must be private and have accessor methods. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter context should be final. | 74 | |
| coding | HiddenField | 'context' hides a field. | 74 | |
| misc | FinalParameters | Parameter log should be final. | 74 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocMethod | Expected an @return tag. | 92 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| misc | FinalParameters | Parameter reference should be final. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 92 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 93 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 119 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter reference should be final. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 119 | |
| misc | FinalParameters | Parameter service should be final. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'service'. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| misc | FinalParameters | Parameter reference should be final. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 129 | |
| misc | FinalParameters | Parameter service should be final. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'service'. | 129 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 160 | |
| misc | FinalParameters | Parameter properties should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 160 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConfigurationException'. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 185 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 187 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 187 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 189 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 190 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 204 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 204 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 205 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 206 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 215 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 215 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 226 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 227 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 230 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 234 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 238 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 247 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 264 | |
| misc | FinalParameters | Parameter knxGroupAddress should be final. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxGroupAddress'. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 270 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 270 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 270 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 278 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 283 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 285 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 286 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 287 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter logger should be final. | 63 | |
| coding | HiddenField | 'logger' hides a field. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'logger'. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'importETS4Configuration' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 77 | |
| misc | FinalParameters | Parameter inputStream should be final. | 77 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 77 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 78 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 89 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 91 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 110 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 140 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 148 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 154 | |
| blocks | LeftCurly | '{' at column 11 should be on the previous line. | 157 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 162 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 164 | |
| blocks | LeftCurly | '{' at column 11 should be on the previous line. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 169 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 170 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 187 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 187 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 191 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 192 | |
| blocks | LeftCurly | '{' at column 11 should be on the previous line. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 200 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| blocks | LeftCurly | '{' at column 15 should be on the previous line. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 222 | |
| design | DesignForExtension | Method 'importETS3GroupAddressCsvExport' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| misc | FinalParameters | Parameter inputStream should be final. | 222 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 227 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 229 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| misc | FinalParameters | Parameter is should be final. | 242 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 243 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 245 | |
| coding | MagicNumber | '1024' is a magic number. | 248 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 250 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 254 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 258 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| misc | FinalParameters | Parameter knxaddress should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxaddress'. | 274 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 275 | |
| coding | MagicNumber | '11' is a magic number. | 278 | |
| coding | MagicNumber | '0x0f' is a magic number. | 278 | |
| coding | MagicNumber | '8' is a magic number. | 279 | |
| coding | MagicNumber | '0x07' is a magic number. | 279 | |
| coding | MagicNumber | '0xff' is a magic number. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| misc | FinalParameters | Parameter reference should be final. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| misc | FinalParameters | Parameter reference should be final. | 43 | |
| misc | FinalParameters | Parameter service should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| misc | FinalParameters | Parameter reference should be final. | 50 | |
| misc | FinalParameters | Parameter service should be final. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter level should be final. | 60 | |
| misc | FinalParameters | Parameter message should be final. | 60 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter level should be final. | 64 | |
| misc | FinalParameters | Parameter message should be final. | 64 | |
| misc | FinalParameters | Parameter exception should be final. | 64 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter sr should be final. | 68 | |
| misc | FinalParameters | Parameter level should be final. | 68 | |
| misc | FinalParameters | Parameter message should be final. | 68 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter sr should be final. | 72 | |
| misc | FinalParameters | Parameter level should be final. | 72 | |
| misc | FinalParameters | Parameter message should be final. | 72 | |
| misc | FinalParameters | Parameter exception should be final. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | VisibilityModifier | Variable 'connectedDriverInstanceMap' must be private and have accessor methods. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| misc | FinalParameters | Parameter client should be final. | 78 | |
| coding | HiddenField | 'client' hides a field. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 78 | |
| misc | FinalParameters | Parameter context should be final. | 78 | |
| coding | HiddenField | 'context' hides a field. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 78 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 91 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 100 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter reference should be final. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 123 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 132 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter reference should be final. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 138 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 139 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 165 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 165 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.knx.interfaces.IKnxSendMessage. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Unused @param tag for 'c'. | 53 | |
| javadoc | JavadocMethod | Unused @param tag for 'sr'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 55 | |
| javadoc | JavadocMethod | Unused @param tag for 'client'. | 55 | |
| misc | FinalParameters | Parameter parent_ should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent_'. | 57 | |
| naming | ParameterName | Name 'parent_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| javadoc | JavadocMethod | Unused @param tag for 'IKnxDpt1'. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 70 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter reference should be final. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 96 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter reference should be final. | 96 | |
| misc | FinalParameters | Parameter service should be final. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 97 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 104 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter reference should be final. | 106 | |
| misc | FinalParameters | Parameter service should be final. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 122 | |
| design | DesignForExtension | Method 'newMessageFromKnxBus' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| misc | FinalParameters | Parameter event should be final. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 128 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 134 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 138 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 142 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'sendMessageToKnxBus' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| misc | FinalParameters | Parameter event should be final. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 159 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 160 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 161 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| design | VisibilityModifier | Variable 'connectedDriverInstanceMap' must be private and have accessor methods. | 69 | |
| misc | FinalParameters | Parameter client should be final. | 75 | |
| coding | HiddenField | 'client' hides a field. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 75 | |
| misc | FinalParameters | Parameter context should be final. | 75 | |
| coding | HiddenField | 'context' hides a field. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 99 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter reference should be final. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 135 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter reference should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 142 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 143 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 169 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 169 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Unused @param tag for 'c'. | 53 | |
| javadoc | JavadocMethod | Unused @param tag for 'sr'. | 55 | |
| javadoc | JavadocMethod | Unused @param tag for 'client'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 58 | |
| misc | FinalParameters | Parameter parent_ should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent_'. | 60 | |
| naming | ParameterName | Name 'parent_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Unused @param tag for 'IKnxDpt3'. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 81 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter reference should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 117 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| misc | FinalParameters | Parameter reference should be final. | 117 | |
| misc | FinalParameters | Parameter service should be final. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 129 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| misc | FinalParameters | Parameter reference should be final. | 132 | |
| misc | FinalParameters | Parameter service should be final. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'newMessageFromKnxBus' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter event should be final. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 156 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 157 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 162 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 163 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 163 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 166 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| design | VisibilityModifier | Variable 'connectedDriverInstanceMap' must be private and have accessor methods. | 69 | |
| misc | FinalParameters | Parameter client should be final. | 75 | |
| coding | HiddenField | 'client' hides a field. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 75 | |
| misc | FinalParameters | Parameter context should be final. | 75 | |
| coding | HiddenField | 'context' hides a field. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 99 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter reference should be final. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 135 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter reference should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 142 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 143 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 169 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 169 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.knx.groupdevicecategory.IKnxDpt1. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Unused @param tag for 'c'. | 55 | |
| javadoc | JavadocMethod | Unused @param tag for 'sr'. | 57 | |
| javadoc | JavadocMethod | Unused @param tag for 'client'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 60 | |
| misc | FinalParameters | Parameter parent_ should be final. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent_'. | 62 | |
| naming | ParameterName | Name 'parent_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocMethod | Unused @param tag for 'IKnxDpt5'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 83 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter reference should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 119 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter reference should be final. | 119 | |
| misc | FinalParameters | Parameter service should be final. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 131 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter reference should be final. | 134 | |
| misc | FinalParameters | Parameter service should be final. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| design | DesignForExtension | Method 'newMessageFromKnxBus' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter event should be final. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 156 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 157 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 161 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 162 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 167 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 168 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 169 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 171 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 172 | |
| design | DesignForExtension | Method 'sendMessageToKnxBus' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| misc | FinalParameters | Parameter value should be final. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 185 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 190 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 191 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 192 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 195 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | VisibilityModifier | Variable 'connectedDriverInstanceMap' must be private and have accessor methods. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter client should be final. | 79 | |
| coding | HiddenField | 'client' hides a field. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 79 | |
| misc | FinalParameters | Parameter context should be final. | 79 | |
| coding | HiddenField | 'context' hides a field. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 79 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 92 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 101 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter reference should be final. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 107 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 108 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 127 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter reference should be final. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 150 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 165 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 165 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Unused @param tag for 'c'. | 52 | |
| javadoc | JavadocMethod | Unused @param tag for 'sr'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| javadoc | JavadocMethod | Unused @param tag for 'client'. | 54 | |
| misc | FinalParameters | Parameter parent_ should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent_'. | 56 | |
| naming | ParameterName | Name 'parent_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | JavadocMethod | Unused @param tag for 'IKnxDpt9'. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 75 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| misc | FinalParameters | Parameter reference should be final. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 101 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter reference should be final. | 101 | |
| misc | FinalParameters | Parameter service should be final. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 109 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter reference should be final. | 111 | |
| misc | FinalParameters | Parameter service should be final. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 126 | |
| design | DesignForExtension | Method 'newMessageFromKnxBus' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter event should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 133 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 134 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 134 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 138 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter context should be final. | 45 | |
| coding | HiddenField | 'context' hides a field. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter arg0 should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter mc should be final. | 64 | |
| coding | HiddenField | 'mc' hides a field. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 64 | |
| misc | FinalParameters | Parameter knxManager should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxManager'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 85 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 98 | |
| design | DesignForExtension | Method 'publishKnxEvent' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupDeviceId'. | 98 | |
| misc | FinalParameters | Parameter datapointTypeMainNubmer should be final. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeMainNubmer'. | 98 | |
| misc | FinalParameters | Parameter datapointTypeSubNubmer should be final. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeSubNubmer'. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 103 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 118 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 123 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 127 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 131 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 150 | |
| design | DesignForExtension | Method 'publishKnxEvent' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupDeviceId'. | 150 | |
| misc | FinalParameters | Parameter datapointTypeMainNubmer should be final. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeMainNubmer'. | 150 | |
| misc | FinalParameters | Parameter datapointTypeSubNubmer should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeSubNubmer'. | 151 | |
| misc | FinalParameters | Parameter code should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'code'. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 154 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 169 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 185 | |
| design | DesignForExtension | Method 'publishKnxEvent' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupDeviceId'. | 185 | |
| misc | FinalParameters | Parameter datapointTypeMainNumber should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeMainNumber'. | 185 | |
| misc | FinalParameters | Parameter datapointTypeSubNubmer should be final. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeSubNubmer'. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 190 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 194 | |
| coding | MagicNumber | '9' is a magic number. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 202 | |
| coding | MagicNumber | '5' is a magic number. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 212 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Set. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getDriverList' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| misc | FinalParameters | Parameter context should be final. | 92 | |
| coding | HiddenField | 'context' hides a field. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 92 | |
| misc | FinalParameters | Parameter logTracker should be final. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'logTracker'. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 110 | |
| design | DesignForExtension | Method 'incomingSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 110 | |
| misc | FinalParameters | Parameter datapointTypeMainNubmer should be final. | 110 | |
| misc | FinalParameters | Parameter datapointTypeSubNubmer should be final. | 111 | |
| misc | FinalParameters | Parameter value should be final. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'sendSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 127 | |
| misc | FinalParameters | Parameter value should be final. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 130 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 135 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 143 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 160 | |
| design | DesignForExtension | Method 'incomingSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 160 | |
| misc | FinalParameters | Parameter datapointTypeMainNubmer should be final. | 160 | |
| misc | FinalParameters | Parameter datapointTypeSubNubmer should be final. | 161 | |
| misc | FinalParameters | Parameter code should be final. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 177 | |
| misc | FinalParameters | Parameter code should be final. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 188 | |
| design | DesignForExtension | Method 'incomingSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 188 | |
| misc | FinalParameters | Parameter datapointTypeMainNubmer should be final. | 188 | |
| misc | FinalParameters | Parameter datapointTypeSubNubmer should be final. | 189 | |
| misc | FinalParameters | Parameter value should be final. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 205 | |
| design | DesignForExtension | Method 'sendSensorEvent' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 205 | |
| misc | FinalParameters | Parameter datapointTypeMainNubmer should be final. | 205 | |
| misc | FinalParameters | Parameter datapointTypeSubNubmer should be final. | 206 | |
| misc | FinalParameters | Parameter value should be final. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 209 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 210 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 213 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 213 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 214 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 218 | |
| coding | MagicNumber | '5' is a magic number. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 225 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 226 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 227 | |
| coding | MagicNumber | '9' is a magic number. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 235 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 236 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 241 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 242 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 253 | |
| design | DesignForExtension | Method 'addDriver' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 253 | |
| misc | FinalParameters | Parameter knxGroupDeviceCategory should be final. | 253 | |
| misc | FinalParameters | Parameter knxDriver should be final. | 253 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 256 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 258 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 261 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 261 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 262 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| design | DesignForExtension | Method 'removeDriver' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 272 | |
| misc | FinalParameters | Parameter knxDriver should be final. | 272 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 282 | |
| design | DesignForExtension | Method 'addContextListener' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| misc | FinalParameters | Parameter knxContextPublisher should be final. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxContextPublisher'. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 290 | |
| design | DesignForExtension | Method 'removeContextListener' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| misc | FinalParameters | Parameter knxContextPublisher should be final. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxContextPublisher'. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| design | DesignForExtension | Method 'addServiceProvider' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| misc | FinalParameters | Parameter knxServiceCallee should be final. | 299 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxServiceCallee'. | 299 | |
| design | DesignForExtension | Method 'removeServiceProvider' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| misc | FinalParameters | Parameter knxServiceCallee should be final. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxServiceCallee'. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| design | DesignForExtension | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 24 | |
| imports | UnusedImports | Unused import - java.util.Set. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 31 | |
| imports | UnusedImports | Unused import - org.universAAL.ontology.device.LightController. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'invalidInput' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| misc | FinalParameters | Parameter mc should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 70 | |
| misc | FinalParameters | Parameter knxManager should be final. | 70 | |
| coding | HiddenField | 'knxManager' hides a field. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxManager'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 96 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter call should be final. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 130 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 130 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter deviceURI should be final. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | MagicNumber | '10000' is a magic number. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 169 | |
| coding | MagicNumber | '10000' is a magic number. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| coding | MagicNumber | '10000' is a magic number. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 174 | |
| coding | MagicNumber | '5' is a magic number. | 174 | |
| coding | MagicNumber | '10000' is a magic number. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 176 | |
| coding | MagicNumber | '5' is a magic number. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| coding | MagicNumber | '10000' is a magic number. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 179 | |
| coding | MagicNumber | '5' is a magic number. | 179 | |
| coding | MagicNumber | '10000' is a magic number. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 181 | |
| coding | MagicNumber | '5' is a magic number. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - org.universAAL.ontology.device.LightController. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | FinalClass | Class KnxServiceCalleeProvidedService should be declared as final. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'profiles' must be private and have accessor methods. | 61 | |
| coding | MagicNumber | '3' is a magic number. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 70 | |
| misc | FinalParameters | Parameter classURI should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 71 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 71 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 76 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 77 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 82 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 82 | |
| coding | MagicNumber | '100' is a magic number. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter uri should be final. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 49 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| misc | FinalParameters | Parameter knxDptMain should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxDptMain'. | 65 | |
| misc | FinalParameters | Parameter knxDptSub should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxDptSub'. | 65 | |
| misc | FinalParameters | Parameter deviceId should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 65 | |
| misc | FinalParameters | Parameter devOntType should be final. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'devOntType'. | 66 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 69 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 73 | |
| coding | MagicNumber | '3' is a magic number. | 76 | |
| coding | MagicNumber | '4' is a magic number. | 77 | |
| coding | MagicNumber | '5' is a magic number. | 78 | |
| coding | MagicNumber | '6' is a magic number. | 79 | |
| coding | MagicNumber | '7' is a magic number. | 80 | |
| coding | MagicNumber | '8' is a magic number. | 81 | |
| coding | MagicNumber | '10' is a magic number. | 82 | |
| coding | MagicNumber | '11' is a magic number. | 83 | |
| coding | MagicNumber | '12' is a magic number. | 84 | |
| coding | MagicNumber | '13' is a magic number. | 85 | |
| coding | MagicNumber | '14' is a magic number. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 87 | |
| coding | MagicNumber | '15' is a magic number. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 88 | |
| coding | MagicNumber | '16' is a magic number. | 88 | |
| coding | MagicNumber | '17' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 90 | |
| coding | MagicNumber | '21' is a magic number. | 90 | |
| coding | MagicNumber | '22' is a magic number. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 92 | |
| coding | MagicNumber | '23' is a magic number. | 92 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 100 | |
| coding | MagicNumber | '9' is a magic number. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| coding | MagicNumber | '18' is a magic number. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 109 | |
| coding | MagicNumber | '19' is a magic number. | 109 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| coding | MagicNumber | '3' is a magic number. | 121 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 122 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| coding | MagicNumber | '7' is a magic number. | 123 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 130 | |
| coding | MagicNumber | '8' is a magic number. | 132 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| coding | MagicNumber | '5' is a magic number. | 145 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 146 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 146 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| coding | MagicNumber | '9' is a magic number. | 160 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 161 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| misc | FinalParameters | Parameter reference should be final. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 42 | |
| misc | FinalParameters | Parameter reference should be final. | 42 | |
| misc | FinalParameters | Parameter service should be final. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter reference should be final. | 48 | |
| misc | FinalParameters | Parameter service should be final. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 53 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter level should be final. | 57 | |
| misc | FinalParameters | Parameter message should be final. | 57 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter level should be final. | 61 | |
| misc | FinalParameters | Parameter message should be final. | 61 | |
| misc | FinalParameters | Parameter exception should be final. | 61 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter sr should be final. | 65 | |
| misc | FinalParameters | Parameter level should be final. | 65 | |
| misc | FinalParameters | Parameter message should be final. | 65 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter sr should be final. | 69 | |
| misc | FinalParameters | Parameter level should be final. | 69 | |
| misc | FinalParameters | Parameter message should be final. | 69 | |
| misc | FinalParameters | Parameter exception should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 39 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 42 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 50 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 45 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 86 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| naming | ConstantName | Name 'lookup' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 102 | |
| misc | FinalParameters | Parameter typecode should be final. | 102 | |
| coding | HiddenField | 'typecode' hides a field. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter code should be final. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 69 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 75 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 81 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter str should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 41 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| naming | ConstantName | Name 'lookup' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 131 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 135 | |
| misc | FinalParameters | Parameter typecode should be final. | 135 | |
| coding | HiddenField | 'typecode' hides a field. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter code should be final. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 49 | |
| misc | FinalParameters | Parameter payload should be final. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'payload'. | 49 | |
| misc | FinalParameters | Parameter datapointTypeSubNumber should be final. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeSubNumber'. | 49 | |
| coding | MagicNumber | '0x08' is a magic number. | 50 | |
| coding | MagicNumber | '3' is a magic number. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | LocalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| coding | MagicNumber | '7' is a magic number. | 57 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| coding | MagicNumber | '8' is a magic number. | 73 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| javadoc | JavadocMethod | Expected an @return tag. | 100 | |
| misc | FinalParameters | Parameter payload should be final. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'payload'. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter characterSet should be final. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 44 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 46 | |
| misc | FinalParameters | Parameter payload should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'payload'. | 46 | |
| misc | FinalParameters | Parameter datapointTypeSubNumber should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeSubNumber'. | 46 | |
| naming | LocalVariableName | Name 'i_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| coding | MagicNumber | '0xFF' is a magic number. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '3' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '4' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '5' is a magic number. | 56 | |
| coding | MagicNumber | '6' is a magic number. | 58 | |
| coding | MagicNumber | '10' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 74 | |
| misc | FinalParameters | Parameter datapointTypeSubNumber should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeSubNumber'. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| coding | MagicNumber | '3' is a magic number. | 82 | |
| coding | MagicNumber | '4' is a magic number. | 85 | |
| coding | MagicNumber | '5' is a magic number. | 88 | |
| coding | MagicNumber | '6' is a magic number. | 90 | |
| coding | MagicNumber | '10' is a magic number. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Expected an @return tag. | 50 | |
| misc | FinalParameters | Parameter payload should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'payload'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | LocalVariableName | Name 'MSB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| naming | LocalVariableName | Name 'LSB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | LocalVariableName | Name 'M_MSB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| coding | MagicNumber | '0x87' is a magic number. | 55 | |
| naming | LocalVariableName | Name 'M_LSB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| coding | MagicNumber | '0xFF' is a magic number. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| coding | MagicNumber | '0x78' is a magic number. | 58 | |
| coding | MagicNumber | '3' is a magic number. | 58 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| coding | MagicNumber | '8' is a magic number. | 62 | |
| coding | MagicNumber | '0xFF' is a magic number. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| coding | MagicNumber | '0.01' is a magic number. | 64 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.knx.utils.*. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| design | VisibilityModifier | Variable 'groupDeviceCategory' must be private and have accessor methods. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'network' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'driver' must be private and have accessor methods. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| misc | FinalParameters | Parameter knxGroupDeviceCategory should be final. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxGroupDeviceCategory'. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 79 | |
| design | DesignForExtension | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter knxGroupAddress should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxGroupAddress'. | 79 | |
| misc | FinalParameters | Parameter network should be final. | 79 | |
| coding | HiddenField | 'network' hides a field. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'network'. | 79 | |
| misc | FinalParameters | Parameter logger should be final. | 80 | |
| coding | HiddenField | 'logger' hides a field. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'logger'. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| design | DesignForExtension | Method 'addDriver' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter driverInstance should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'driverInstance'. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| design | DesignForExtension | Method 'removeDriver' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'newMessageFromKnxBus' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter event should be final. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 127 | |
| design | DesignForExtension | Method 'sendMessageToKnxBus' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 131 | |
| misc | FinalParameters | Parameter event should be final. | 131 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 137 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 138 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'noDriverFound' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 150 | |
| design | DesignForExtension | Method 'getGroupAddress' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| design | DesignForExtension | Method 'getDatapointType' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getDatapointTypeMainNumber' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| design | DesignForExtension | Method 'getDatapointTypeSubNumber' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 196 | |
| design | DesignForExtension | Method 'getGroupDeviceCategory' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| design | DesignForExtension | Method 'getGroupDeviceId' is not designed for extension - needs to be abstract, final or empty. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 34 | |
| misc | FinalParameters | Parameter dptMainNumber should be final. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| coding | MagicNumber | '3' is a magic number. | 41 | |
| coding | MagicNumber | '4' is a magic number. | 42 | |
| coding | MagicNumber | '5' is a magic number. | 43 | |
| coding | MagicNumber | '9' is a magic number. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupDeviceId'. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupDeviceCategory'. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxDriver'. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeMainNubmer'. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'datapointTypeSubNubmer'. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'groupDevice' must be private and have accessor methods. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter client should be final. | 43 | |
| coding | HiddenField | 'client' hides a field. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Unused @param tag for 'the'. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| misc | FinalParameters | Parameter groupDevice should be final. | 52 | |
| coding | HiddenField | 'groupDevice' hides a field. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupDevice'. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'attachDriver' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Unused @param tag for 'groupDevice'. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| misc | FinalParameters | Parameter hexValue should be final. | 106 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 111 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 112 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| misc | FinalParameters | Parameter reference should be final. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| misc | FinalParameters | Parameter reference should be final. | 43 | |
| misc | FinalParameters | Parameter service should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| misc | FinalParameters | Parameter reference should be final. | 50 | |
| misc | FinalParameters | Parameter service should be final. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter level should be final. | 60 | |
| misc | FinalParameters | Parameter message should be final. | 60 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter level should be final. | 64 | |
| misc | FinalParameters | Parameter message should be final. | 64 | |
| misc | FinalParameters | Parameter exception should be final. | 64 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter sr should be final. | 68 | |
| misc | FinalParameters | Parameter level should be final. | 68 | |
| misc | FinalParameters | Parameter message should be final. | 68 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter sr should be final. | 72 | |
| misc | FinalParameters | Parameter level should be final. | 72 | |
| misc | FinalParameters | Parameter message should be final. | 72 | |
| misc | FinalParameters | Parameter exception should be final. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'networkDriver' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter context should be final. | 42 | |
| coding | HiddenField | 'context' hides a field. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 67 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter context should be final. | 71 | |
| coding | HiddenField | 'context' hides a field. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'driver' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter driver should be final. | 43 | |
| coding | HiddenField | 'driver' hides a field. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'stopCommunication' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 136 | |
| design | DesignForExtension | Method 'readState' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter deviceId should be final. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 160 | |
| design | DesignForExtension | Method 'sendCommand' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter device should be final. | 160 | |
| misc | FinalParameters | Parameter command should be final. | 160 | |
| misc | FinalParameters | Parameter commandType should be final. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| design | DesignForExtension | Method 'getLastSentPacket' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'network' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'regServiceKnx' must be private and have accessor methods. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| misc | FinalParameters | Parameter context should be final. | 81 | |
| coding | HiddenField | 'context' hides a field. | 81 | |
| misc | FinalParameters | Parameter log should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| misc | FinalParameters | Parameter settings should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'settings'. | 106 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConfigurationException'. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 113 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| misc | FinalParameters | Parameter deviceId should be final. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 173 | |
| misc | FinalParameters | Parameter device should be final. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'device'. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 | |
| misc | FinalParameters | Parameter deviceId should be final. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 191 | |
| misc | FinalParameters | Parameter device should be final. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'device'. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| javadoc | JavadocMethod | Unused @param tag for 'b'. | 209 | |
| misc | FinalParameters | Parameter groupAddress should be final. | 212 | |
| misc | FinalParameters | Parameter event should be final. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| misc | FinalParameters | Parameter groupDeviceId should be final. | 226 | |
| misc | FinalParameters | Parameter event should be final. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 228 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 229 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| misc | FinalParameters | Parameter deviceId should be final. | 253 | |
| misc | FinalParameters | Parameter command should be final. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| misc | FinalParameters | Parameter device should be final. | 257 | |
| misc | FinalParameters | Parameter command should be final. | 257 | |
| misc | FinalParameters | Parameter commandType should be final. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| misc | FinalParameters | Parameter deviceId should be final. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| misc | FinalParameters | Parameter multicast should be final. | 293 | |
| coding | HiddenField | 'multicast' hides a field. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| misc | FinalParameters | Parameter knxGatewayIp should be final. | 300 | |
| coding | HiddenField | 'knxGatewayIp' hides a field. | 300 | |
| misc | FinalParameters | Parameter knxGatewayPort should be final. | 314 | |
| coding | HiddenField | 'knxGatewayPort' hides a field. | 314 | |
| misc | FinalParameters | Parameter myIp should be final. | 328 | |
| coding | HiddenField | 'myIp' hides a field. | 328 | |
| misc | FinalParameters | Parameter myPort should be final. | 349 | |
| coding | HiddenField | 'myPort' hides a field. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| misc | FinalParameters | Parameter multicastIp should be final. | 360 | |
| coding | HiddenField | 'multicastIp' hides a field. | 360 | |
| misc | FinalParameters | Parameter multicastUdpPort should be final. | 374 | |
| coding | HiddenField | 'multicastUdpPort' hides a field. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'core' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | StaticVariableName | Name 'GROUP_ADDRESS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| design | VisibilityModifier | Variable 'GROUP_ADDRESS' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| naming | StaticVariableName | Name 'GROUP_PORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| design | VisibilityModifier | Variable 'GROUP_PORT' must be private and have accessor methods. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter core should be final. | 74 | |
| coding | HiddenField | 'core' hides a field. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 77 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| sizes | MethodLength | Method length is 206 lines (max allowed is 150). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 99 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 100 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 105 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 120 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 121 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 128 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 135 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 142 | |
| coding | MagicNumber | '8' is a magic number. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 144 | |
| coding | MagicNumber | '8' is a magic number. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 149 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 150 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 151 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 166 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 247 | |
| coding | MagicNumber | '0x3F' is a magic number. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 249 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 250 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 250 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 265 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| design | DesignForExtension | Method 'stopReader' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'core' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | StaticVariableName | Name 'GROUP_ADDRESS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | StaticVariableName | Name 'GROUP_PORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| coding | MagicNumber | '3000' is a magic number. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter core should be final. | 66 | |
| coding | HiddenField | 'core' hides a field. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| misc | FinalParameters | Parameter deviceAddress should be final. | 116 | |
| misc | FinalParameters | Parameter dataByte should be final. | 116 | |
| misc | FinalParameters | Parameter commandType should be final. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'commandType'. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 148 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| javadoc | JavadocMethod | Unused @param tag for 'knx'. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 243 | |
| design | DesignForExtension | Method 'requestDeviceStatus' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| misc | FinalParameters | Parameter deviceId should be final. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 260 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 279 | |
| design | DesignForExtension | Method 'getLastPacketSent' is not designed for extension - needs to be abstract, final or empty. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter networkDriver should be final. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Unused @param tag for 'knx'. | 42 | |
| design | DesignForExtension | Method 'knxcommand' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| misc | FinalParameters | Parameter ga should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'ga'. | 48 | |
| misc | FinalParameters | Parameter command should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 50 | |
| misc | FinalParameters | Parameter commandType should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'commandType'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| misc | FinalParameters | Parameter reference should be final. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| misc | FinalParameters | Parameter reference should be final. | 43 | |
| misc | FinalParameters | Parameter service should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| misc | FinalParameters | Parameter reference should be final. | 50 | |
| misc | FinalParameters | Parameter service should be final. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter level should be final. | 60 | |
| misc | FinalParameters | Parameter message should be final. | 60 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter level should be final. | 64 | |
| misc | FinalParameters | Parameter message should be final. | 64 | |
| misc | FinalParameters | Parameter exception should be final. | 64 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter sr should be final. | 68 | |
| misc | FinalParameters | Parameter level should be final. | 68 | |
| misc | FinalParameters | Parameter message should be final. | 68 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter sr should be final. | 72 | |
| misc | FinalParameters | Parameter level should be final. | 72 | |
| misc | FinalParameters | Parameter message should be final. | 72 | |
| misc | FinalParameters | Parameter exception should be final. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter context should be final. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 42 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter context should be final. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter c should be final. | 75 | |
| misc | FinalParameters | Parameter log should be final. | 75 | |
| misc | FinalParameters | Parameter ahDevCat should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| javadoc | JavadocMethod | Expected an @return tag. | 100 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter reference should be final. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 111 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 130 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 131 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 132 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 144 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 159 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 160 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 170 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 182 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 183 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 192 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 202 | |
| design | DesignForExtension | Method 'newMessageFromKnxBus' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| misc | FinalParameters | Parameter event should be final. | 206 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 209 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 210 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 223 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 225 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 226 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 228 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 232 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 237 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 238 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 239 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| misc | FinalParameters | Parameter reference should be final. | 246 | |
| misc | FinalParameters | Parameter service should be final. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'service'. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 255 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| misc | FinalParameters | Parameter reference should be final. | 255 | |
| misc | FinalParameters | Parameter service should be final. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| misc | FinalParameters | Parameter context should be final. | 104 | |
| coding | HiddenField | 'context' hides a field. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 104 | |
| misc | FinalParameters | Parameter log should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 104 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| javadoc | JavadocMethod | Expected an @return tag. | 199 | |
| design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| misc | FinalParameters | Parameter reference should be final. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 199 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 207 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 209 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 219 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 229 | |
| javadoc | JavadocMethod | Expected an @return tag. | 231 | |
| design | DesignForExtension | Method 'attach' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| misc | FinalParameters | Parameter reference should be final. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 231 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 236 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 236 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 237 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 253 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 256 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 257 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 257 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 307 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 307 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter knxGroupAddress should be final. | 39 | |
| coding | HiddenField | 'knxGroupAddress' hides a field. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxGroupAddress'. | 39 | |
| misc | FinalParameters | Parameter configurationProperties should be final. | 40 | |
| coding | HiddenField | 'configurationProperties' hides a field. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurationProperties'. | 40 | |
| misc | FinalParameters | Parameter configurationPid should be final. | 41 | |
| coding | HiddenField | 'configurationPid' hides a field. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurationPid'. | 41 | |
| design | DesignForExtension | Method 'getKnxGroupAddress' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| design | DesignForExtension | Method 'setKnxGroupAddress' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| misc | FinalParameters | Parameter knxGroupAddress should be final. | 55 | |
| coding | HiddenField | 'knxGroupAddress' hides a field. | 55 | |
| design | DesignForExtension | Method 'getConfigurationProperties' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 67 | |
| design | DesignForExtension | Method 'setConfigurationProperties' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| misc | FinalParameters | Parameter configurationProperties should be final. | 67 | |
| coding | HiddenField | 'configurationProperties' hides a field. | 67 | |
| design | DesignForExtension | Method 'getConfigurationPid' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| design | DesignForExtension | Method 'setConfigurationPid' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter configurationPid should be final. | 79 | |
| coding | HiddenField | 'configurationPid' hides a field. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| misc | FinalParameters | Parameter reference should be final. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| misc | FinalParameters | Parameter reference should be final. | 43 | |
| misc | FinalParameters | Parameter service should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| misc | FinalParameters | Parameter reference should be final. | 50 | |
| misc | FinalParameters | Parameter service should be final. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter level should be final. | 60 | |
| misc | FinalParameters | Parameter message should be final. | 60 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter level should be final. | 64 | |
| misc | FinalParameters | Parameter message should be final. | 64 | |
| misc | FinalParameters | Parameter exception should be final. | 64 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter sr should be final. | 68 | |
| misc | FinalParameters | Parameter level should be final. | 68 | |
| misc | FinalParameters | Parameter message should be final. | 68 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter sr should be final. | 72 | |
| misc | FinalParameters | Parameter level should be final. | 72 | |
| misc | FinalParameters | Parameter message should be final. | 72 | |
| misc | FinalParameters | Parameter exception should be final. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 48 | |
| misc | FinalParameters | Parameter typecode should be final. | 48 | |
| coding | HiddenField | 'typecode' hides a field. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| naming | ConstantName | Name 'lookup' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 60 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter code should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocMethod | Unused @param tag for 'messageType'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 71 | |
| misc | FinalParameters | Parameter repeatBit should be final. | 71 | |
| misc | FinalParameters | Parameter sourceByte should be final. | 71 | |
| misc | FinalParameters | Parameter targetAddress should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 72 | |
| misc | FinalParameters | Parameter dataByte should be final. | 72 | |
| misc | FinalParameters | Parameter commandType should be final. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'commandType'. | 72 | |
| misc | FinalParameters | Parameter multicast should be final. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'multicast'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| naming | LocalVariableName | Name 'B_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 103 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| naming | LocalVariableName | Name 'B_telegram' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 107 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| javadoc | JavadocMethod | Unused @param tag for 'knx'. | 186 | |
| misc | FinalParameters | Parameter knxMessage should be final. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxMessage'. | 190 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| coding | MagicNumber | '9' is a magic number. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| misc | FinalParameters | Parameter original should be final. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'original'. | 240 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| misc | FinalParameters | Parameter address should be final. | 260 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 263 | |
| coding | MagicNumber | '0xf' is a magic number. | 269 | |
| coding | MagicNumber | '0xf' is a magic number. | 270 | |
| coding | MagicNumber | '4' is a magic number. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| coding | MagicNumber | '16' is a magic number. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| coding | MagicNumber | '16' is a magic number. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| javadoc | JavadocMethod | Unused @param tag for 'readable'. | 296 | |
| misc | FinalParameters | Parameter address should be final. | 300 | |
| javadoc | JavadocMethod | Expected @param tag for 'address'. | 300 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 302 | |
| coding | MagicNumber | '0x1f' is a magic number. | 308 | |
| coding | MagicNumber | '3' is a magic number. | 309 | |
| coding | MagicNumber | '0x7' is a magic number. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 319 | |
| coding | MagicNumber | '16' is a magic number. | 319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| coding | MagicNumber | '16' is a magic number. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| javadoc | JavadocMethod | Unused @param tag for 'a'. | 335 | |
| misc | FinalParameters | Parameter hexString should be final. | 339 | |
| javadoc | JavadocMethod | Expected @param tag for 'hexString'. | 339 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 343 | |
| coding | MagicNumber | '16' is a magic number. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 353 | |
| misc | FinalParameters | Parameter b should be final. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 361 | |
| coding | MagicNumber | '0xff' is a magic number. | 361 | |
| coding | MagicNumber | '0x100' is a magic number. | 361 | |
| coding | MagicNumber | '16' is a magic number. | 361 | |
| javadoc | JavadocMethod | Expected an @return tag. | 369 | |
| misc | FinalParameters | Parameter b should be final. | 369 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 374 | |
| coding | MagicNumber | '0xff' is a magic number. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| misc | FinalParameters | Parameter drlByte should be final. | 389 | |
| coding | MagicNumber | '0xf' is a magic number. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| misc | FinalParameters | Parameter buffer should be final. | 402 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 415 | |
| coding | MagicNumber | '0xff' is a magic number. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 419 | |
| coding | MagicNumber | '0xf0' is a magic number. | 419 | |
| coding | MagicNumber | '4' is a magic number. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 423 | |
| coding | MagicNumber | '0xf' is a magic number. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| misc | FinalParameters | Parameter buffer should be final. | 436 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 450 | |
| coding | MagicNumber | '0xf8' is a magic number. | 450 | |
| coding | MagicNumber | '3' is a magic number. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 454 | |
| coding | MagicNumber | '0x7' is a magic number. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 559 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 560 | |
| misc | FinalParameters | Parameter hexValue should be final. | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter dpt should be final. | 41 | |
| coding | HiddenField | 'dpt' hides a field. | 41 | |
| misc | FinalParameters | Parameter groupAddress should be final. | 41 | |
| coding | HiddenField | 'groupAddress' hides a field. | 41 | |
| misc | FinalParameters | Parameter name should be final. | 41 | |
| coding | HiddenField | 'name' hides a field. | 41 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 59 | |
| misc | FinalParameters | Parameter dpt should be final. | 59 | |
| coding | HiddenField | 'dpt' hides a field. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'dpt'. | 59 | |
| misc | FinalParameters | Parameter groupAddress should be final. | 59 | |
| coding | HiddenField | 'groupAddress' hides a field. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupAddress'. | 59 | |
| misc | FinalParameters | Parameter name should be final. | 59 | |
| coding | HiddenField | 'name' hides a field. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 60 | |
| misc | FinalParameters | Parameter description should be final. | 60 | |
| coding | HiddenField | 'description' hides a field. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 60 | |
| misc | FinalParameters | Parameter comment should be final. | 60 | |
| coding | HiddenField | 'comment' hides a field. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'comment'. | 60 | |
| misc | FinalParameters | Parameter bpType should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'bpType'. | 60 | |
| misc | FinalParameters | Parameter bpName should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'bpName'. | 60 | |
| misc | FinalParameters | Parameter bpDescription should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'bpDescription'. | 60 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 93 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'getGroupAddress' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| design | DesignForExtension | Method 'getDpt' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getDptMain' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'getDptSub' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 155 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'getImportGA' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| design | DesignForExtension | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 49 | |
| misc | FinalParameters | Parameter typecode should be final. | 49 | |
| coding | HiddenField | 'typecode' hides a field. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| naming | ConstantName | Name 'lookup' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 61 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter code should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| coding | MagicNumber | '0xd0' is a magic number. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'knxCommand' must be private and have accessor methods. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | VisibilityModifier | Variable 'telegramDatalengthIsCorrect' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| misc | FinalParameters | Parameter knxMessage should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxMessage'. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 84 | |
| coding | MagicNumber | '3' is a magic number. | 86 | |
| coding | MagicNumber | '4' is a magic number. | 87 | |
| coding | MagicNumber | '5' is a magic number. | 88 | |
| coding | MagicNumber | '6' is a magic number. | 89 | |
| coding | MagicNumber | '7' is a magic number. | 90 | |
| coding | MagicNumber | '8' is a magic number. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| coding | MagicNumber | '0x20' is a magic number. | 96 | |
| coding | MagicNumber | '5' is a magic number. | 96 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| coding | MagicNumber | '0x0C' is a magic number. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| coding | MagicNumber | '0x0F' is a magic number. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 106 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 106 | |
| coding | MagicNumber | '9' is a magic number. | 106 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 121 | |
| coding | MagicNumber | '9' is a magic number. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 128 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 128 | |
| coding | MagicNumber | '0x03' is a magic number. | 128 | |
| coding | MagicNumber | '0xC0' is a magic number. | 128 | |
| coding | MagicNumber | '6' is a magic number. | 128 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 167 | |
| design | DesignForExtension | Method 'createDefaultControlByte' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| coding | MagicNumber | '0xbc' is a magic number. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| design | DesignForExtension | Method 'setRepeatBit' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| coding | MagicNumber | '0x20' is a magic number. | 177 | |
| design | DesignForExtension | Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| misc | FinalParameters | Parameter prio should be final. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'prio'. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 | |
| design | DesignForExtension | Method 'setDataLength' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| misc | FinalParameters | Parameter length should be final. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 191 | |
| coding | MagicNumber | '0x0F' is a magic number. | 193 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 193 | |
| design | DesignForExtension | Method 'setDataBytes' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| misc | FinalParameters | Parameter data should be final. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 203 | |
| coding | MagicNumber | '0xC0' is a magic number. | 203 | |
| coding | MagicNumber | '0x1F' is a magic number. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 207 | |
| design | DesignForExtension | Method 'getDataByte' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| coding | MagicNumber | '0x1F' is a magic number. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| design | DesignForExtension | Method 'setKnxCommandType' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter valueWrite should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'valueWrite'. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 239 | |
| coding | MagicNumber | '6' is a magic number. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 241 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| coding | MagicNumber | '8' is a magic number. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| coding | MagicNumber | '3' is a magic number. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| coding | MagicNumber | '4' is a magic number. | 254 | |
| coding | MagicNumber | '5' is a magic number. | 255 | |
| coding | MagicNumber | '6' is a magic number. | 256 | |
| coding | MagicNumber | '7' is a magic number. | 257 | |
| coding | MagicNumber | '8' is a magic number. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 260 | |
| coding | MagicNumber | '9' is a magic number. | 260 | |
| design | DesignForExtension | Method 'getSourceByte' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| design | DesignForExtension | Method 'setSourceByte' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| misc | FinalParameters | Parameter sourceByte should be final. | 288 | |
| coding | HiddenField | 'sourceByte' hides a field. | 288 | |
| design | DesignForExtension | Method 'getDestByte' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| design | DesignForExtension | Method 'setDestByte' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| misc | FinalParameters | Parameter destByte should be final. | 302 | |
| coding | HiddenField | 'destByte' hides a field. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| design | DesignForExtension | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'getDrlByte' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| design | DesignForExtension | Method 'getDataLength' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter str should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 41 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| naming | ConstantName | Name 'lookup' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 77 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 82 | |
| misc | FinalParameters | Parameter typecode should be final. | 82 | |
| coding | HiddenField | 'typecode' hides a field. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter code should be final. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 38 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 38 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| misc | FinalParameters | Parameter deviceLocation should be final. | 37 | |
| misc | FinalParameters | Parameter deviceId should be final. | 37 | |
| misc | FinalParameters | Parameter logger should be final. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 216). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 55 | |
| design | VisibilityModifier | Variable 'lastSensorEvent' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'driver' must be private and have accessor methods. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 69 | |
| coding | HiddenField | 'deviceCategory' hides a field. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceCategory'. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 70 | |
| misc | FinalParameters | Parameter deviceLocation should be final. | 70 | |
| coding | HiddenField | 'deviceLocation' hides a field. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceLocation'. | 70 | |
| misc | FinalParameters | Parameter deviceId should be final. | 70 | |
| coding | HiddenField | 'deviceId' hides a field. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 70 | |
| misc | FinalParameters | Parameter logger should be final. | 70 | |
| coding | HiddenField | 'logger' hides a field. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'logger'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| design | DesignForExtension | Method 'addDriver' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter driverInstance should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'driverInstance'. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| design | DesignForExtension | Method 'removeDriver' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| design | DesignForExtension | Method 'sendEvent' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter event should be final. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| design | DesignForExtension | Method 'getDeviceCategory' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 137 | |
| design | DesignForExtension | Method 'getDeviceLocation' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| design | DesignForExtension | Method 'getDeviceId' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| design | DesignForExtension | Method 'noDriverFound' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 168 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 50 | |
| misc | FinalParameters | Parameter deviceLocation should be final. | 50 | |
| misc | FinalParameters | Parameter deviceId should be final. | 50 | |
| misc | FinalParameters | Parameter logger should be final. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| design | DesignForExtension | Method 'getSensorEventValue' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 70 | |
| design | DesignForExtension | Method 'setSensorEventOff' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 80 | |
| design | DesignForExtension | Method 'setSensorEventOn' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter event should be final. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 35 | |
| misc | FinalParameters | Parameter value should be final. | 35 | |
| coding | HiddenField | 'value' hides a field. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| misc | FinalParameters | Parameter str should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 47 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 66 | |
| misc | FinalParameters | Parameter val should be final. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceCategory'. | 51 | |
| misc | FinalParameters | Parameter deviceLocation should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceLocation'. | 52 | |
| misc | FinalParameters | Parameter deviceId should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 52 | |
| misc | FinalParameters | Parameter logger should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'logger'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 61 | |
| design | DesignForExtension | Method 'getSensorEventValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 69 | |
| design | DesignForExtension | Method 'setSensorEventOff' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 78 | |
| design | DesignForExtension | Method 'setSensorEventOn' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter event should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 34 | |
| misc | FinalParameters | Parameter value should be final. | 34 | |
| coding | HiddenField | 'value' hides a field. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter str should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 46 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| misc | FinalParameters | Parameter val should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'lastSensorEvent' must be private and have accessor methods. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 49 | |
| misc | FinalParameters | Parameter deviceLocation should be final. | 49 | |
| misc | FinalParameters | Parameter deviceId should be final. | 49 | |
| misc | FinalParameters | Parameter logger should be final. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 57 | |
| design | DesignForExtension | Method 'getSensorEventValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 69 | |
| design | DesignForExtension | Method 'setSensorEventOff' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| design | DesignForExtension | Method 'setSensorEventOn' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter event should be final. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 36 | |
| misc | FinalParameters | Parameter value should be final. | 36 | |
| coding | HiddenField | 'value' hides a field. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter str should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 48 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter val should be final. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 47 | |
| misc | FinalParameters | Parameter deviceLocation should be final. | 47 | |
| misc | FinalParameters | Parameter deviceId should be final. | 47 | |
| misc | FinalParameters | Parameter logger should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 55 | |
| design | DesignForExtension | Method 'getSensorEventValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 67 | |
| design | DesignForExtension | Method 'setSensorEventOff' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| design | DesignForExtension | Method 'setSensorEventOn' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter event should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 35 | |
| misc | FinalParameters | Parameter value should be final. | 35 | |
| coding | HiddenField | 'value' hides a field. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter str should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 47 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| misc | FinalParameters | Parameter val should be final. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceCategory'. | 55 | |
| misc | FinalParameters | Parameter deviceLocation should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceLocation'. | 56 | |
| misc | FinalParameters | Parameter deviceId should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 56 | |
| misc | FinalParameters | Parameter logger should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'logger'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 65 | |
| design | DesignForExtension | Method 'getSensorEventValue' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 73 | |
| design | DesignForExtension | Method 'setSensorEventOff' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 82 | |
| design | DesignForExtension | Method 'setSensorEventOn' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter event should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 36 | |
| misc | FinalParameters | Parameter value should be final. | 36 | |
| coding | HiddenField | 'value' hides a field. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter str should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 48 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter val should be final. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter deviceCategory should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceCategory'. | 57 | |
| misc | FinalParameters | Parameter deviceLocation should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceLocation'. | 58 | |
| misc | FinalParameters | Parameter deviceId should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 58 | |
| misc | FinalParameters | Parameter logger should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'logger'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| design | DesignForExtension | Method 'getSensorEventValue' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 75 | |
| design | DesignForExtension | Method 'setSensorEventOff' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 84 | |
| design | DesignForExtension | Method 'setSensorEventOn' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter event should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| coding | HiddenField | 'value' hides a field. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter str should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 51 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter val should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'device' must be private and have accessor methods. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 51 | |
| misc | FinalParameters | Parameter client should be final. | 54 | |
| coding | HiddenField | 'client' hides a field. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'client'. | 54 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Expected an @return tag. | 78 | |
| misc | FinalParameters | Parameter device should be final. | 78 | |
| coding | HiddenField | 'device' hides a field. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| design | DesignForExtension | Method 'attachDriver' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 93 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocMethod | Unused @param tag for 'device'. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'activityHubDeviceCategory'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 33 | |
| javadoc | JavadocMethod | Unused @param tag for 'deviceAddress'. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'deviceId'. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 42 | |
| misc | FinalParameters | Parameter knxDptMain should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxDptMain'. | 42 | |
| misc | FinalParameters | Parameter knxDptSub should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'knxDptSub'. | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 45 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 47 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 49 | |
| coding | MagicNumber | '6' is a magic number. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| coding | MagicNumber | '7' is a magic number. | 55 | |
| coding | MagicNumber | '8' is a magic number. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 58 | |
| coding | MagicNumber | '9' is a magic number. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 60 | |
| coding | MagicNumber | '10' is a magic number. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 62 | |
| coding | MagicNumber | '18' is a magic number. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 66 | |
| coding | MagicNumber | '19' is a magic number. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 67 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 74 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| coding | MagicNumber | '3' is a magic number. | 84 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 85 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 86 | |
| coding | MagicNumber | '7' is a magic number. | 86 | |
| coding | MagicNumber | '8' is a magic number. | 88 | |
| coding | MagicNumber | '4' is a magic number. | 94 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 95 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 98 | |
| coding | MagicNumber | '5' is a magic number. | 104 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 105 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 108 | |
| coding | MagicNumber | '9' is a magic number. | 114 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 115 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 116 | |
| coding | MagicNumber | '20' is a magic number. | 125 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 126 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 126 | |
| coding | MagicNumber | '3' is a magic number. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter str should be final. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 37 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| design | DesignForExtension | Method 'addingService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| misc | FinalParameters | Parameter reference should be final. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| design | DesignForExtension | Method 'modifiedService' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 42 | |
| misc | FinalParameters | Parameter reference should be final. | 42 | |
| misc | FinalParameters | Parameter service should be final. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| design | DesignForExtension | Method 'removedService' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter reference should be final. | 48 | |
| misc | FinalParameters | Parameter service should be final. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 53 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter level should be final. | 57 | |
| misc | FinalParameters | Parameter message should be final. | 57 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter level should be final. | 61 | |
| misc | FinalParameters | Parameter message should be final. | 61 | |
| misc | FinalParameters | Parameter exception should be final. | 61 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter sr should be final. | 65 | |
| misc | FinalParameters | Parameter level should be final. | 65 | |
| misc | FinalParameters | Parameter message should be final. | 65 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter sr should be final. | 69 | |
| misc | FinalParameters | Parameter level should be final. | 69 | |
| misc | FinalParameters | Parameter message should be final. | 69 | |
| misc | FinalParameters | Parameter exception should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 27 | |
| misc | FinalParameters | Parameter type should be final. | 27 | |
| coding | HiddenField | 'type' hides a field. | 27 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| misc | FinalParameters | Parameter reason should be final. | 35 | |
| coding | HiddenField | 'reason' hides a field. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'event' must be private and have accessor methods. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 33 | |
| misc | FinalParameters | Parameter source should be final. | 33 | |
| misc | FinalParameters | Parameter event should be final. | 33 | |
| coding | HiddenField | 'event' hides a field. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 23 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'addEventListener' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter listener should be final. | 31 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 32 | |
| design | DesignForExtension | Method 'removeEventListener' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter listener should be final. | 35 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'receiveEvent' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter e should be final. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 41 | |
| naming | ConstantName | Name 'dirIP' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'port' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 46 | |
| naming | ConstantName | Name 'mainFrameName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'mainFrameHeight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'mainFrameWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'buttonHeight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'buttonWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'glycaemicValue' must be private and have accessor methods. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'latestGlycaemicTestDate' must be private and have accessor methods. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'imageName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'imageExtension' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| misc | FinalParameters | Parameter str should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| misc | FinalParameters | Parameter str should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.manager.Manager. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'initGUI' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| coding | MagicNumber | '800' is a magic number. | 83 | |
| coding | MagicNumber | '600' is a magic number. | 83 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| coding | MagicNumber | '3' is a magic number. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| coding | MagicNumber | '16' is a magic number. | 146 | |
| coding | MagicNumber | '16' is a magic number. | 147 | |
| coding | MagicNumber | '16' is a magic number. | 148 | |
| coding | MagicNumber | '16' is a magic number. | 149 | |
| coding | MagicNumber | '16' is a magic number. | 150 | |
| coding | MagicNumber | '16' is a magic number. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| javadoc | JavadocMethod | Expected an @return tag. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'initFrame' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| misc | FinalParameters | Parameter name should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| misc | FinalParameters | Parameter width should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| misc | FinalParameters | Parameter height should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter axis should be final. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| javadoc | JavadocMethod | Expected an @return tag. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'initButton' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter name should be final. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| javadoc | JavadocMethod | Expected an @return tag. | 193 | |
| design | DesignForExtension | Method 'initLabel' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| misc | FinalParameters | Parameter name should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| misc | FinalParameters | Parameter fontSize should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'fontSize'. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| javadoc | JavadocMethod | Expected an @return tag. | 204 | |
| design | DesignForExtension | Method 'initImage' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter path should be final. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| javadoc | JavadocMethod | Expected an @return tag. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'initTextField' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| misc | FinalParameters | Parameter size should be final. | 218 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| coding | MagicNumber | '12' is a magic number. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 232 | |
| javadoc | JavadocMethod | Expected an @return tag. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| design | DesignForExtension | Method 'initTextArea' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| misc | FinalParameters | Parameter size should be final. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 233 | |
| misc | FinalParameters | Parameter lines should be final. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'lines'. | 233 | |
| misc | FinalParameters | Parameter cols should be final. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'cols'. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| design | DesignForExtension | Method 'setDeviceName' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| misc | FinalParameters | Parameter type should be final. | 245 | |
| misc | FinalParameters | Parameter name should be final. | 245 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 245 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 246 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 246 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 246 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| design | DesignForExtension | Method 'setFSMLabelInfo' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| misc | FinalParameters | Parameter status should be final. | 249 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| design | DesignForExtension | Method 'setMeasurementLabel' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter measure should be final. | 254 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 254 | |
| design | DesignForExtension | Method 'setPicture' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| misc | FinalParameters | Parameter path should be final. | 257 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter e should be final. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| design | DesignForExtension | Method 'endGUI' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.events.EventIEEEManager. | 22 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.manager.Manager. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'addAgent' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter sys_id should be final. | 32 | |
| naming | ParameterName | Name 'sys_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| misc | FinalParameters | Parameter dev_id should be final. | 32 | |
| naming | ParameterName | Name 'dev_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'isCached' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter sys_id should be final. | 36 | |
| naming | ParameterName | Name 'sys_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.utils.Testing. | 34 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'protocol_version' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'nomenclature_version' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'system_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'system_type_manager' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'system_type_agent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'functional_units' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'encode_mder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'datareqmodeflags' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'manufacturer' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'model' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'statemachine' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'encoder' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'eventmanager' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | MemberName | Name 'msg_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| design | VisibilityModifier | Variable 'msg_gen' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'rmp' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'agentcache' must be private and have accessor methods. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter eventmanager should be final. | 70 | |
| coding | HiddenField | 'eventmanager' hides a field. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'getAPDU' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter received_apdu_bytes should be final. | 146 | |
| naming | ParameterName | Name 'received_apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 147 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 148 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| naming | LocalVariableName | Name 'received_apdu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| naming | LocalVariableName | Name 'apdu_bytes_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 159 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter apdu should be final. | 198 | |
| naming | LocalVariableName | Name 'apdu_bytes_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 204 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 204 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 204 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| naming | LocalVariableName | Name 'apdu_bytes_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 229 | |
| design | DesignForExtension | Method 'getFSM' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 241 | |
| design | DesignForExtension | Method 'getMessageProcessor' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getMessageGenerator' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'eventmanager' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'totask' must be private and have accessor methods. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter evtmanager should be final. | 70 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| misc | FinalParameters | Parameter time should be final. | 75 | |
| coding | HiddenField | 'time' hides a field. | 75 | |
| misc | FinalParameters | Parameter reason should be final. | 75 | |
| misc | FinalParameters | Parameter evtmanager should be final. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'waitforConfig' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 | |
| design | DesignForExtension | Method 'waitforReleaseResponse' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 | |
| design | DesignForExtension | Method 'waitforConfirmedAction' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 98 | |
| design | DesignForExtension | Method 'waitforConfirmedSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 105 | |
| design | DesignForExtension | Method 'waitforGetResponse' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 112 | |
| design | DesignForExtension | Method 'waitforMDS' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 119 | |
| design | DesignForExtension | Method 'waitforPMStore' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'waitforClearPMStore' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| design | DesignForExtension | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 157 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 161 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 161 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 166 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 92). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 80 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'encoder' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'baos' must be private and have accessor methods. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter encoder should be final. | 85 | |
| coding | HiddenField | 'encoder' hides a field. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 90 | |
| design | DesignForExtension | Method 'AarqApduGenerator' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'AarqApduGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'AareApduGenerator' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| naming | MethodName | Name 'AareApduGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter reason should be final. | 96 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 97 | |
| whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 98 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 98 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 104 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 113 | |
| naming | LocalVariableName | Name 'proto_vers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 117 | |
| naming | LocalVariableName | Name 'encoding_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 121 | |
| naming | LocalVariableName | Name 'nomen_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 125 | |
| naming | LocalVariableName | Name 'func_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 129 | |
| naming | LocalVariableName | Name 'sys_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| naming | LocalVariableName | Name 'attr_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 185 | |
| design | DesignForExtension | Method 'createRlrqApduNormal' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| design | DesignForExtension | Method 'RlreApduGenerator' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| naming | MethodName | Name 'RlreApduGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 202 | |
| misc | FinalParameters | Parameter reason should be final. | 202 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 203 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'AbrtApduGenerator' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| naming | MethodName | Name 'AbrtApduGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
| misc | FinalParameters | Parameter reason should be final. | 215 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| javadoc | JavadocMethod | Expected an @return tag. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 236 | |
| design | DesignForExtension | Method 'MeasureACKGenerator' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| naming | MethodName | Name 'MeasureACKGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
| misc | FinalParameters | Parameter datareceived should be final. | 236 | |
| misc | FinalParameters | Parameter typeofreport should be final. | 236 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| naming | LocalVariableName | Name 'data_encoded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 285 | |
| javadoc | JavadocMethod | Expected an @return tag. | 290 | |
| design | DesignForExtension | Method 'RoerGenerator' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| naming | MethodName | Name 'RoerGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| misc | FinalParameters | Parameter invokeid should be final. | 290 | |
| misc | FinalParameters | Parameter err_code should be final. | 290 | |
| naming | ParameterName | Name 'err_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 304 | |
| naming | LocalVariableName | Name 'roer_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 307 | |
| naming | LocalVariableName | Name 'data_encoded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| javadoc | JavadocMethod | Expected an @return tag. | 334 | |
| design | DesignForExtension | Method 'RorjGenerator' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| naming | MethodName | Name 'RorjGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| misc | FinalParameters | Parameter invokeid should be final. | 334 | |
| misc | FinalParameters | Parameter err_code should be final. | 334 | |
| naming | ParameterName | Name 'err_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| naming | LocalVariableName | Name 'rorj_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 | |
| naming | LocalVariableName | Name 'data_encoded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 375 | |
| design | DesignForExtension | Method 'extConfigResponsegenerator' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| misc | FinalParameters | Parameter invoke_id should be final. | 375 | |
| naming | ParameterName | Name 'invoke_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 375 | |
| misc | FinalParameters | Parameter resp should be final. | 375 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| naming | LocalVariableName | Name 'data_encoded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.utils.BitArrayInputStream. | 31 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.DataReqModeCapab. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'bais' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'statemachine' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| naming | MemberName | Name 'msg_generator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| design | VisibilityModifier | Variable 'msg_generator' must be private and have accessor methods. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'agentcache' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'agent' must be private and have accessor methods. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter decoder should be final. | 85 | |
| coding | HiddenField | 'decoder' hides a field. | 85 | |
| misc | FinalParameters | Parameter fsm should be final. | 85 | |
| misc | FinalParameters | Parameter msg_gen should be final. | 85 | |
| naming | ParameterName | Name 'msg_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| misc | FinalParameters | Parameter acache should be final. | 85 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'processAPDU' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| misc | FinalParameters | Parameter apdu should be final. | 95 | |
| coding | HiddenField | 'apdu' hides a field. | 95 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 96 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 103 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 109 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 110 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 129 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 132 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 134 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| javadoc | JavadocMethod | Expected an @return tag. | 165 | |
| misc | FinalParameters | Parameter aarq should be final. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'aarq'. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 170 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 171 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 175 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 188 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 192 | |
| naming | LocalVariableName | Name 'proto_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 196 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 201 | |
| naming | LocalVariableName | Name 'cfg_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 202 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 204 | |
| coding | MagicNumber | '400' is a magic number. | 204 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 204 | |
| coding | MagicNumber | '499' is a magic number. | 204 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 204 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 211 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 211 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 211 | |
| coding | MagicNumber | '700' is a magic number. | 211 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 211 | |
| coding | MagicNumber | '799' is a magic number. | 211 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 217 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 217 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 217 | |
| coding | MagicNumber | '800' is a magic number. | 217 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 217 | |
| coding | MagicNumber | '899' is a magic number. | 217 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 224 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 224 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 224 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 224 | |
| coding | MagicNumber | '1500' is a magic number. | 224 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 224 | |
| coding | MagicNumber | '1599' is a magic number. | 224 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 233 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 233 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 233 | |
| coding | MagicNumber | '1700' is a magic number. | 233 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 233 | |
| coding | MagicNumber | '1799' is a magic number. | 233 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 247 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 251 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 254 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 254 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 254 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 263 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 279 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 280 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 280 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 280 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 280 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 282 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| misc | FinalParameters | Parameter phd should be final. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 292 | |
| naming | LocalVariableName | Name 'protocol_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 293 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 293 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 294 | |
| naming | LocalVariableName | Name 'fora_prot_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 294 | |
| coding | MagicNumber | '0xc0' is a magic number. | 294 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 295 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 295 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 295 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 295 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 302 | |
| naming | LocalVariableName | Name 'enc_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| naming | LocalVariableName | Name 'enc_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 304 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 304 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 304 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 305 | |
| coding | MagicNumber | '7' is a magic number. | 305 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 310 | |
| naming | LocalVariableName | Name 'nomenclature_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 311 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 311 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 312 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 319 | |
| naming | LocalVariableName | Name 'functional_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 320 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 320 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 321 | |
| naming | LocalVariableName | Name 'test_assoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 321 | |
| coding | MagicNumber | '0x40' is a magic number. | 321 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 322 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 328 | |
| naming | LocalVariableName | Name 'sys_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 331 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter value should be final. | 347 | |
| misc | FinalParameters | Parameter pos should be final. | 347 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 347 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 348 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 348 | |
| whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 348 | |
| whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 348 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 348 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| javadoc | JavadocMethod | Expected an @return tag. | 374 | |
| misc | FinalParameters | Parameter rlrq should be final. | 374 | |
| javadoc | JavadocMethod | Expected @param tag for 'rlrq'. | 374 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 377 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 379 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 379 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 379 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 381 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 381 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 384 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 386 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 386 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 386 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 387 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 400 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 400 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| javadoc | JavadocMethod | Expected an @return tag. | 442 | |
| misc | FinalParameters | Parameter rlre should be final. | 442 | |
| javadoc | JavadocMethod | Expected @param tag for 'rlre'. | 442 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 446 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 448 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 449 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 449 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 461 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 461 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 463 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| javadoc | JavadocMethod | Expected an @return tag. | 499 | |
| misc | FinalParameters | Parameter abrt should be final. | 499 | |
| javadoc | JavadocMethod | Expected @param tag for 'abrt'. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| misc | FinalParameters | Parameter prst should be final. | 527 | |
| javadoc | JavadocMethod | Expected @param tag for 'prst'. | 527 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 528 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 529 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 533 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 535 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 535 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 535 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| naming | LocalVariableName | Name 'prst_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 544 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 551 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 553 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 554 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 554 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 556 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 574 | |
| sizes | MethodLength | Method length is 310 lines (max allowed is 150). | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| misc | FinalParameters | Parameter dataapdu should be final. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 577 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 579 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 579 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 580 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 582 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 584 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 584 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 584 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 584 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 592 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 593 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 593 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 594 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 596 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 598 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 598 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 598 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 598 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 600 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 600 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 602 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 605 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 605 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 605 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 605 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 611 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 611 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 611 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 615 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 615 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 615 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 624 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 624 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 627 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 629 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 629 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 629 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 631 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 631 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 635 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 635 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 635 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 638 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 640 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 640 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 640 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 644 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 644 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 644 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 644 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 646 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 653 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 655 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 657 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 659 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 659 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 659 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 662 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 662 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 665 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 665 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 670 | |
| naming | LocalVariableName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 670 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 672 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 672 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 672 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 674 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 675 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 677 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 677 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 677 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 682 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 682 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 682 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 683 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 687 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 687 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 687 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 687 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 689 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 694 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 695 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 695 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 698 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 700 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 700 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 700 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 702 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 706 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 706 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 706 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 706 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 706 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 711 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 711 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 711 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 715 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 715 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 715 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 722 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 723 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 723 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 726 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 728 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 728 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 728 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 730 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 732 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 734 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 734 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 734 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 734 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 734 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 735 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 739 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 739 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 739 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 743 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 743 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 743 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 745 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 750 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 751 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 751 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 754 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 756 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 756 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 756 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 758 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 758 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 758 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 760 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 762 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 762 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 762 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 762 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 762 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 765 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 767 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 767 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 767 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 771 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 771 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 771 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 773 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 778 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 779 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 779 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 782 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 784 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 784 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 784 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 784 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 786 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 786 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 786 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 788 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 790 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 790 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 790 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 790 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 790 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 793 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 795 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 795 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 795 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 795 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 796 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 801 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 806 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 806 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 807 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 809 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 811 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 811 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 811 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 811 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 813 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 820 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 820 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 821 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 824 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 826 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 826 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 826 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 828 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 830 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 834 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 835 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 835 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 836 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 836 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 839 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 841 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 841 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 841 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 841 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 843 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 849 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 850 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 850 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 851 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 851 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 852 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 852 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 854 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 856 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 857 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 858 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 864 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 865 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 865 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 866 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 867 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 870 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 872 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 872 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 872 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 874 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 877 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 884 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 887 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 888 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 888 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 890 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 890 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 890 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 890 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 892 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 893 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 894 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 897 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 904 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 906 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 907 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 907 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 909 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 909 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 909 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 909 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 911 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 913 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 915 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 916 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 925 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 926 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 926 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 928 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 928 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 928 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 928 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 930 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 931 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 934 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 943 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 944 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 945 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 945 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 947 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 947 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 947 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 947 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 950 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 951 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 954 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 964 | |
| sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 964 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 964 | |
| naming | MethodName | Name 'processMeasure_Roiv_cmip_confirmed_event_reportSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 964 | |
| misc | FinalParameters | Parameter dataapdu should be final. | 964 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 965 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 966 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 967 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 969 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 972 | |
| naming | LocalVariableName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 972 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 973 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 978 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 979 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 982 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 983 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 984 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 985 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 990 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 994 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 1002 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 1004 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1005 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1014 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1015 | |
| blocks | RightCurly | '}' at column 22 should have line break before. | 1015 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 1018 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1023 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1027 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1035 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1039 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1040 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 1043 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1046 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1046 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1047 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1050 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1051 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1054 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1054 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1056 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1061 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1062 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1062 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1064 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1067 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1068 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1070 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1073 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1074 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1076 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1079 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1080 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1080 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1082 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1083 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1084 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 1085 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1086 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1088 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1091 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1091 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1096 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1097 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1097 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1098 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1100 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1100 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1106 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1108 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1111 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 1112 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1114 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1120 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 1122 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1136 | |
| misc | FinalParameters | Parameter eras should be final. | 1136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1137 | |
| naming | LocalVariableName | Name 'eras_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1141 | |
| naming | LocalVariableName | Name 'dri_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1144 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1146 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1146 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 1147 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1147 | |
| whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 1149 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1154 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1156 | |
| misc | FinalParameters | Parameter eras should be final. | 1156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1157 | |
| naming | LocalVariableName | Name 'eras_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1161 | |
| naming | LocalVariableName | Name 'dri_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1164 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1166 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1166 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1166 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 1167 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1167 | |
| whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 1169 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1169 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1175 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1176 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1177 | |
| naming | MethodName | Name 'processConfiguration_Roiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1177 | |
| misc | FinalParameters | Parameter dataapdu should be final. | 1177 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1180 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 1181 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1182 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1184 | |
| naming | LocalVariableName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1184 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 1188 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1189 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1191 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1194 | |
| naming | LocalVariableName | Name 'eras_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1195 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1198 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 1199 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1199 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1202 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1203 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1203 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1203 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1203 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1203 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1204 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1206 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1207 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 1207 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1207 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1207 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1211 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - java.lang.annotation.Annotation. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 29 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.ASN1ValueRangeConstraint. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 34 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.IASN1PreparedElementData. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 38 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.constraints.IASN1ConstraintMetadata. | 38 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.DataProtoId. | 40 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.INT_U16. | 41 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.INT_U8. | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 57 | |
| design | DesignForExtension | Method 'decodeInteger' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 61 | |
| misc | FinalParameters | Parameter objectClass should be final. | 61 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 61 | |
| misc | FinalParameters | Parameter stream should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 81 | |
| coding | MagicNumber | '-128' is a magic number. | 81 | |
| coding | MagicNumber | '127' is a magic number. | 81 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 81 | |
| coding | MagicNumber | '255' is a magic number. | 81 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 83 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '-32768' is a magic number. | 83 | |
| coding | MagicNumber | '32767' is a magic number. | 83 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '65535' is a magic number. | 83 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 85 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '-2147483687L' is a magic number. | 85 | |
| coding | MagicNumber | '2147483647' is a magic number. | 85 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '4294967295L' is a magic number. | 85 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 85 | |
| coding | MagicNumber | '4' is a magic number. | 86 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 96 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 103 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '4' is a magic number. | 105 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 113 | |
| design | DesignForExtension | Method 'decodeIntegerValueAsBytes' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter intLen should be final. | 113 | |
| misc | FinalParameters | Parameter stream should be final. | 113 | |
| misc | FinalParameters | Parameter signed should be final. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 121 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 127 | |
| coding | MagicNumber | '0x80' is a magic number. | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 127 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 127 | |
| coding | MagicNumber | '256' is a magic number. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| coding | MagicNumber | '8' is a magic number. | 131 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 136 | |
| design | DesignForExtension | Method 'decodeIntegerValueAsBytes' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter intLen should be final. | 136 | |
| misc | FinalParameters | Parameter stream should be final. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| coding | MagicNumber | '8' is a magic number. | 153 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 166 | |
| design | DesignForExtension | Method 'decodeBitString' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 169 | |
| misc | FinalParameters | Parameter objectClass should be final. | 169 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 169 | |
| misc | FinalParameters | Parameter stream should be final. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 175 | |
| whitespace | WhitespaceAround | '/=' is not followed by whitespace. | 178 | |
| coding | MagicNumber | '8' is a magic number. | 178 | |
| coding | MagicNumber | '4' is a magic number. | 180 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 181 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 184 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 187 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 191 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 191 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 191 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 192 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 212 | |
| design | DesignForExtension | Method 'decodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 216 | |
| misc | FinalParameters | Parameter objectClass should be final. | 216 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 216 | |
| misc | FinalParameters | Parameter stream should be final. | 216 | |
| naming | LocalVariableName | Name 'constraint_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 228 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 232 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 234 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 239 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 239 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 239 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 244 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 248 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 248 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 259 | |
| design | DesignForExtension | Method 'decodeSequence' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 262 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 263 | |
| misc | FinalParameters | Parameter objectClass should be final. | 263 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 263 | |
| misc | FinalParameters | Parameter stream should be final. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 270 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 274 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 278 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 278 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 279 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 293 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 296 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 296 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 296 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| design | DesignForExtension | Method 'decodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 318 | |
| misc | FinalParameters | Parameter objectClass should be final. | 318 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 318 | |
| misc | FinalParameters | Parameter stream should be final. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 334 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 334 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 336 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 338 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 338 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 341 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 343 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 344 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 344 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 347 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 347 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 348 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 348 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 348 | |
| coding | EmptyStatement | Empty statement. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 356 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 356 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 356 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| design | DesignForExtension | Method 'decodeChoice' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 379 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 380 | |
| misc | FinalParameters | Parameter objectClass should be final. | 380 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 380 | |
| misc | FinalParameters | Parameter stream should be final. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 388 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 396 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 401 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 403 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 403 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 403 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 403 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 408 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 409 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 417 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 418 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 426 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 426 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'decodeAny' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 452 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 452 | |
| misc | FinalParameters | Parameter objectClass should be final. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 453 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 453 | |
| misc | FinalParameters | Parameter stream should be final. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 458 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 464 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 469 | |
| coding | MagicNumber | '8192' is a magic number. | 469 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 470 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 477 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 477 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| design | DesignForExtension | Method 'decodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 484 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 485 | |
| misc | FinalParameters | Parameter objectClass should be final. | 485 | |
| misc | FinalParameters | Parameter enumClass should be final. | 485 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 485 | |
| misc | FinalParameters | Parameter stream should be final. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| design | DesignForExtension | Method 'decodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 490 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 491 | |
| misc | FinalParameters | Parameter objectClass should be final. | 491 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 491 | |
| misc | FinalParameters | Parameter stream should be final. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| design | DesignForExtension | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 498 | |
| misc | FinalParameters | Parameter objectClass should be final. | 498 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 498 | |
| misc | FinalParameters | Parameter stream should be final. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| design | DesignForExtension | Method 'decodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 505 | |
| misc | FinalParameters | Parameter objectClass should be final. | 505 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 505 | |
| misc | FinalParameters | Parameter stream should be final. | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| design | DesignForExtension | Method 'decodeReal' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 511 | |
| misc | FinalParameters | Parameter objectClass should be final. | 511 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 511 | |
| misc | FinalParameters | Parameter stream should be final. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| design | DesignForExtension | Method 'decodeNull' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 517 | |
| misc | FinalParameters | Parameter objectClass should be final. | 517 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 517 | |
| misc | FinalParameters | Parameter stream should be final. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 522 | |
| design | DesignForExtension | Method 'decodeSet' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 522 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 522 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 522 | |
| misc | FinalParameters | Parameter objectClass should be final. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 523 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 523 | |
| misc | FinalParameters | Parameter len should be final. | 523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 | |
| misc | FinalParameters | Parameter stream should be final. | 523 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| design | DesignForExtension | Method 'decodeTag' is not designed for extension - needs to be abstract, final or empty. | 528 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| misc | FinalParameters | Parameter stream should be final. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| misc | FinalParameters | Parameter object should be final. | 37 | |
| misc | FinalParameters | Parameter os should be final. | 37 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 77 | |
| design | DesignForExtension | Method 'encodeInteger' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter object should be final. | 79 | |
| misc | FinalParameters | Parameter stream should be final. | 79 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 95 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 99 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 109 | |
| misc | FinalParameters | Parameter min should be final. | 109 | |
| misc | FinalParameters | Parameter max should be final. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| misc | FinalParameters | Parameter os should be final. | 109 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '-128' is a magic number. | 114 | |
| coding | MagicNumber | '127' is a magic number. | 114 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 114 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '255' is a magic number. | 114 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 116 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '-32768' is a magic number. | 116 | |
| coding | MagicNumber | '32767' is a magic number. | 116 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '65535' is a magic number. | 116 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 118 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '-2147483687L' is a magic number. | 118 | |
| coding | MagicNumber | '2147483647' is a magic number. | 118 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '4294967295L' is a magic number. | 118 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 118 | |
| coding | MagicNumber | '4' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 123 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| coding | MagicNumber | '8' is a magic number. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 138 | |
| javadoc | JavadocMethod | Expected an @return tag. | 140 | |
| design | DesignForExtension | Method 'encodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| misc | FinalParameters | Parameter object should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 140 | |
| misc | FinalParameters | Parameter stream should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 140 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 152 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 152 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| coding | MagicNumber | '65535' is a magic number. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 167 | |
| design | DesignForExtension | Method 'encodeBitString' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| misc | FinalParameters | Parameter object should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 167 | |
| misc | FinalParameters | Parameter stream should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 167 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 168 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 168 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 175 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 176 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 181 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter object should be final. | 190 | |
| misc | FinalParameters | Parameter stream should be final. | 190 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| whitespace | NoWhitespaceAfter | 'Field' is followed by whitespace. | 196 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 198 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 202 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| javadoc | JavadocMethod | Expected an @return tag. | 213 | |
| design | DesignForExtension | Method 'encodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| misc | FinalParameters | Parameter object should be final. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 215 | |
| misc | FinalParameters | Parameter stream should be final. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 215 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 216 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 222 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 222 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 230 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 231 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 231 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 233 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 239 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 239 | |
| coding | MagicNumber | '65535' is a magic number. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| coding | MagicNumber | '65535' is a magic number. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'encodeChoice' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 254 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 254 | |
| misc | FinalParameters | Parameter object should be final. | 254 | |
| misc | FinalParameters | Parameter stream should be final. | 254 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 254 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 255 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 261 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 267 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 274 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 281 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 285 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 289 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 290 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 292 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 292 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 294 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 294 | |
| coding | MagicNumber | '65535' is a magic number. | 294 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 296 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| coding | MagicNumber | '65535' is a magic number. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| javadoc | JavadocMethod | Expected an @return tag. | 307 | |
| design | DesignForExtension | Method 'encodeAny' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| misc | FinalParameters | Parameter object should be final. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 307 | |
| misc | FinalParameters | Parameter stream should be final. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 307 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 308 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 308 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 311 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 312 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 314 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| coding | MagicNumber | '65535' is a magic number. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'encodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| misc | FinalParameters | Parameter enumConstant should be final. | 325 | |
| misc | FinalParameters | Parameter enumClass should be final. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 326 | |
| misc | FinalParameters | Parameter stream should be final. | 326 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| design | DesignForExtension | Method 'encodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| misc | FinalParameters | Parameter object should be final. | 330 | |
| misc | FinalParameters | Parameter stream should be final. | 330 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| design | DesignForExtension | Method 'encodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter object should be final. | 336 | |
| misc | FinalParameters | Parameter steam should be final. | 336 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| misc | FinalParameters | Parameter object should be final. | 341 | |
| misc | FinalParameters | Parameter steam should be final. | 341 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| design | DesignForExtension | Method 'encodeNull' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter object should be final. | 347 | |
| misc | FinalParameters | Parameter stream should be final. | 347 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| design | DesignForExtension | Method 'encodeReal' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| misc | FinalParameters | Parameter object should be final. | 352 | |
| misc | FinalParameters | Parameter steam should be final. | 352 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - java.util.Calendar. | 23 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 24 | |
| imports | UnusedImports | Unused import - java.util.Set. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'weightMeasurement' must be private and have accessor methods. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'sysMeasurement' must be private and have accessor methods. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'diaMeasurement' must be private and have accessor methods. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'hrMeasurement' must be private and have accessor methods. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter i should be final. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'addMeasurement' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter time should be final. | 72 | |
| misc | FinalParameters | Parameter unit should be final. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'printMeasurement' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter time_gap should be final. | 80 | |
| naming | ParameterName | Name 'time_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| naming | LocalVariableName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'measure_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 98 | |
| design | DesignForExtension | Method 'addMeasurement' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter objects should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 105 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter object should be final. | 119 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 120 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter object should be final. | 127 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 128 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 131 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 134 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 135 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter object should be final. | 143 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 144 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 144 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 146 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 151 | |
| design | DesignForExtension | Method 'printObject' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter obj should be final. | 152 | |
| misc | FinalParameters | Parameter unit_code should be final. | 152 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| misc | FinalParameters | Parameter time_gap should be final. | 152 | |
| naming | ParameterName | Name 'time_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 156 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 157 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 159 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 162 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 163 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 164 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| misc | FinalParameters | Parameter obj should be final. | 172 | |
| misc | FinalParameters | Parameter unit_code should be final. | 172 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| naming | LocalVariableName | Name 'float_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter obj should be final. | 188 | |
| misc | FinalParameters | Parameter unit_code should be final. | 188 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| naming | LocalVariableName | Name 'sfloat_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter exponent should be final. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 212 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 212 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 213 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 213 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 214 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 214 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 215 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 215 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 215 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 215 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 216 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| misc | FinalParameters | Parameter obj should be final. | 225 | |
| misc | FinalParameters | Parameter unit_code should be final. | 225 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 227 | |
| naming | LocalVariableName | Name 'float_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| design | DesignForExtension | Method 'getWeighValue' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getWeightUnit' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'getWeightTimestamp' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| misc | FinalParameters | Parameter obj should be final. | 258 | |
| misc | FinalParameters | Parameter unit_code should be final. | 258 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 261 | |
| naming | LocalVariableName | Name 'sfloat_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter abstime should be final. | 285 | |
| misc | FinalParameters | Parameter time_gap should be final. | 285 | |
| naming | ParameterName | Name 'time_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| naming | LocalVariableName | Name 'year_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'day_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'month_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'hour_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'min_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'secs_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 288 | |
| naming | LocalVariableName | Name 'device_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_day' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_hour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_secs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 289 | |
| naming | LocalVariableName | Name 'year_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'day_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'month_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'hour_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'min_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'secs_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'modified_values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| coding | MagicNumber | '6' is a magic number. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| coding | MagicNumber | '3' is a magic number. | 295 | |
| coding | MagicNumber | '4' is a magic number. | 296 | |
| coding | MagicNumber | '5' is a magic number. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 299 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 299 | |
| coding | MagicNumber | '100' is a magic number. | 299 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 307 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 308 | |
| coding | MagicNumber | '3' is a magic number. | 309 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 309 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 309 | |
| coding | MagicNumber | '4' is a magic number. | 310 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 310 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 310 | |
| coding | MagicNumber | '5' is a magic number. | 311 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 311 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 321 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| coding | MagicNumber | '3' is a magic number. | 326 | |
| coding | MagicNumber | '4' is a magic number. | 327 | |
| coding | MagicNumber | '5' is a magic number. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter obj should be final. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| misc | FinalParameters | Parameter modified_values should be final. | 342 | |
| naming | ParameterName | Name 'modified_values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| naming | LocalVariableName | Name 'DAYS_IN_MONTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '28' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 346 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 346 | |
| coding | MagicNumber | '4' is a magic number. | 346 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 346 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 346 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 347 | |
| coding | MagicNumber | '29' is a magic number. | 347 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| naming | LocalVariableName | Name 'value_to_fix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| coding | MagicNumber | '5' is a magic number. | 351 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 352 | |
| coding | MagicNumber | '5' is a magic number. | 352 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 352 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| coding | MagicNumber | '5' is a magic number. | 355 | |
| coding | MagicNumber | '59' is a magic number. | 355 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 355 | |
| coding | MagicNumber | '5' is a magic number. | 356 | |
| coding | MagicNumber | '60' is a magic number. | 356 | |
| coding | MagicNumber | '4' is a magic number. | 357 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 358 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 359 | |
| coding | MagicNumber | '5' is a magic number. | 359 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 359 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 359 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 359 | |
| coding | MagicNumber | '5' is a magic number. | 360 | |
| coding | MagicNumber | '60' is a magic number. | 360 | |
| coding | MagicNumber | '4' is a magic number. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 365 | |
| coding | MagicNumber | '4' is a magic number. | 365 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 365 | |
| coding | MagicNumber | '4' is a magic number. | 367 | |
| coding | MagicNumber | '59' is a magic number. | 367 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 367 | |
| coding | MagicNumber | '4' is a magic number. | 368 | |
| coding | MagicNumber | '60' is a magic number. | 368 | |
| coding | MagicNumber | '3' is a magic number. | 369 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 370 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 371 | |
| coding | MagicNumber | '4' is a magic number. | 371 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 371 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 371 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 371 | |
| coding | MagicNumber | '4' is a magic number. | 372 | |
| coding | MagicNumber | '60' is a magic number. | 372 | |
| coding | MagicNumber | '3' is a magic number. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 377 | |
| coding | MagicNumber | '3' is a magic number. | 377 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 377 | |
| coding | MagicNumber | '3' is a magic number. | 379 | |
| coding | MagicNumber | '23' is a magic number. | 379 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 379 | |
| coding | MagicNumber | '3' is a magic number. | 380 | |
| coding | MagicNumber | '24' is a magic number. | 380 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 382 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 383 | |
| coding | MagicNumber | '3' is a magic number. | 383 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 383 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 383 | |
| coding | MagicNumber | '3' is a magic number. | 384 | |
| coding | MagicNumber | '24' is a magic number. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 389 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 392 | |
| naming | LocalVariableName | Name 'days_in_measure_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 394 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 394 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 396 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 399 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 401 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 401 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 405 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 405 | |
| coding | MagicNumber | '12' is a magic number. | 407 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 407 | |
| coding | MagicNumber | '12' is a magic number. | 408 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 410 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 411 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 411 | |
| coding | MagicNumber | '12' is a magic number. | 412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| design | DesignForExtension | Method 'setWeightMeasurement' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| misc | FinalParameters | Parameter f should be final. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| design | DesignForExtension | Method 'setHeartRateMeasurement' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| misc | FinalParameters | Parameter f should be final. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| design | DesignForExtension | Method 'setSysMeasurement' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| misc | FinalParameters | Parameter f should be final. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| design | DesignForExtension | Method 'setDiaMeasurement' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| misc | FinalParameters | Parameter f should be final. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 83). | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | MemberName | Name 'value_obj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter timemeasure should be final. | 35 | |
| misc | FinalParameters | Parameter unit_code should be final. | 35 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| misc | FinalParameters | Parameter measure_value_object should be final. | 35 | |
| naming | ParameterName | Name 'measure_value_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | DesignForExtension | Method 'getTimeObject' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 | |
| design | DesignForExtension | Method 'getOIDType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getMeasureObject' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 181). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 114 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.ber.*. | 115 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.der.*. | 116 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.per.*. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'newEncoder' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 143 | |
| design | DesignForExtension | Method 'newEncoder' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 148 | |
| misc | FinalParameters | Parameter encodingSchema should be final. | 148 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 148 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 149 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 153 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 157 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 157 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 163 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 167 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| javadoc | JavadocMethod | Expected an @return tag. | 177 | |
| design | DesignForExtension | Method 'newDecoder' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 182 | |
| design | DesignForExtension | Method 'newDecoder' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter encodingSchema should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'encodingSchema'. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 187 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 192 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 196 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 196 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 196 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 198 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 200 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 202 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 206 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'newPreparedElementData' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter typeInfo should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 33 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 23 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 22 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 22 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 22 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 25 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.constraints.*. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter objectClass should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter parentClass should be final. | 61 | |
| misc | FinalParameters | Parameter field should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter annotated should be final. | 67 | |
| misc | FinalParameters | Parameter objectClass should be final. | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 70 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 73 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 73 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 74 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 77 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 78 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 81 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 85 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 86 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 89 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 89 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 90 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 93 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 93 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 93 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 94 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 97 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 98 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 101 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 101 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 104 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 105 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 108 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 109 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 109 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 109 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 109 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 110 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 113 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 114 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 117 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 117 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 118 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 121 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 121 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 122 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 125 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 125 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 125 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 125 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 129 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 129 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 133 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 134 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 137 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 137 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 138 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 141 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 141 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 146 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 149 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 153 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 153 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 153 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter elementData should be final. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter index should be final. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter index should be final. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter objectClass should be final. | 187 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 190 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 191 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 195 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 199 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 199 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 206 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 206 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 208 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| misc | FinalParameters | Parameter valueField should be final. | 220 | |
| coding | HiddenField | 'valueField' hides a field. | 220 | |
| misc | FinalParameters | Parameter valueFieldMeta should be final. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter annotated should be final. | 233 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 234 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 234 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 235 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 235 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 235 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 235 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 235 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 236 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 238 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 238 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 239 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 239 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| misc | FinalParameters | Parameter objectClass should be final. | 252 | |
| misc | FinalParameters | Parameter field should be final. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 254 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 256 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 257 | |
| blocks | RightCurly | '}' at column 54 should be on the same line as the next part of a multi-block statement. | 257 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 261 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 263 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 264 | |
| blocks | RightCurly | '}' at column 54 should be on the same line as the next part of a multi-block statement. | 264 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 268 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 270 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 271 | |
| blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 271 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 275 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 277 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 278 | |
| blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 278 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| misc | FinalParameters | Parameter objClass should be final. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 288 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 289 | |
| blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| misc | FinalParameters | Parameter object should be final. | 293 | |
| misc | FinalParameters | Parameter param should be final. | 293 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| misc | FinalParameters | Parameter object should be final. | 297 | |
| misc | FinalParameters | Parameter param should be final. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| misc | FinalParameters | Parameter object should be final. | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| misc | FinalParameters | Parameter param should be final. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter object should be final. | 305 | |
| misc | FinalParameters | Parameter param should be final. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| misc | FinalParameters | Parameter cls should be final. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 318 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 29 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter value should be final. | 32 | |
| coding | MagicNumber | '0x7f800000L' is a magic number. | 33 | |
| coding | MagicNumber | '4' is a magic number. | 34 | |
| coding | MagicNumber | '8' is a magic number. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 38 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 40 | |
| coding | MagicNumber | '8' is a magic number. | 43 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 43 | |
| whitespace | NoWhitespaceBefore | '--' is preceded with whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter value should be final. | 50 | |
| coding | MagicNumber | '0x7f80000000000000L' is a magic number. | 51 | |
| coding | MagicNumber | '8' is a magic number. | 52 | |
| coding | MagicNumber | '8' is a magic number. | 55 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 56 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 58 | |
| coding | MagicNumber | '8' is a magic number. | 61 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 61 | |
| whitespace | NoWhitespaceBefore | '--' is preceded with whitespace. | 62 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| coding | MagicNumber | '0x7f800000L' is a magic number. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| coding | MagicNumber | '4' is a magic number. | 71 | |
| coding | MagicNumber | '8' is a magic number. | 73 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 73 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 74 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 77 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| coding | MagicNumber | '0x7f80000000000000L' is a magic number. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| coding | MagicNumber | '8' is a magic number. | 85 | |
| coding | MagicNumber | '8' is a magic number. | 87 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 87 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 88 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 91 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter bhString should be final. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| coding | MagicNumber | '4' is a magic number. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 100 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter bhString should be final. | 105 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '8' is a magic number. | 108 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 108 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 | |
| coding | MagicNumber | '8' is a magic number. | 113 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 114 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 115 | |
| coding | MagicNumber | '7' is a magic number. | 115 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 115 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 115 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '8' is a magic number. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 119 | |
| coding | MagicNumber | '8' is a magic number. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter bhString should be final. | 128 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 129 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 129 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 130 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 130 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 130 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 130 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 130 | |
| coding | MagicNumber | '4' is a magic number. | 130 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 131 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 135 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 135 | |
| coding | MagicNumber | '0x30' is a magic number. | 135 | |
| coding | MagicNumber | '4' is a magic number. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 136 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 137 | |
| coding | MagicNumber | '0x30' is a magic number. | 137 | |
| coding | MagicNumber | '0x0F' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| misc | FinalParameters | Parameter objectClass should be final. | 142 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 147 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 160 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 163 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 164 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 168 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 176 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 179 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 180 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 180 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 183 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 185 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 185 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 185 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 186 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 186 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 186 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 188 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 191 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 191 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 191 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 191 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter field should be final. | 206 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 206 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 209 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 210 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter field should be final. | 216 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 216 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 219 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter field should be final. | 228 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 228 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 231 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 231 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 233 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 235 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 235 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 243 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 246 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 246 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 247 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 249 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter field should be final. | 254 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 255 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 257 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 261 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 264 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 264 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 273 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 276 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 276 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter methodName should be final. | 285 | |
| misc | FinalParameters | Parameter objectClass should be final. | 285 | |
| misc | FinalParameters | Parameter paramClass should be final. | 285 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 285 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 288 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| misc | FinalParameters | Parameter field should be final. | 300 | |
| misc | FinalParameters | Parameter objectClass should be final. | 300 | |
| misc | FinalParameters | Parameter paramClass should be final. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 301 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter field should be final. | 305 | |
| misc | FinalParameters | Parameter objectClass should be final. | 305 | |
| misc | FinalParameters | Parameter paramClass should be final. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 306 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| misc | FinalParameters | Parameter field should be final. | 311 | |
| misc | FinalParameters | Parameter objectClass should be final. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 312 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| misc | FinalParameters | Parameter field should be final. | 316 | |
| misc | FinalParameters | Parameter objectClass should be final. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 317 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| misc | FinalParameters | Parameter objectClass should be final. | 321 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 321 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 323 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 325 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| naming | MethodName | Name 'ASN1StringToBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 | |
| misc | FinalParameters | Parameter obj should be final. | 330 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 333 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 337 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| misc | FinalParameters | Parameter byteBuf should be final. | 344 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 347 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 349 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 359 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| misc | FinalParameters | Parameter tp should be final. | 364 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 369 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 370 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 373 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 374 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter result should be final. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter result should be final. | 31 | |
| misc | FinalParameters | Parameter size should be final. | 31 | |
| coding | HiddenField | 'size' hides a field. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter result should be final. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter size should be final. | 48 | |
| coding | HiddenField | 'size' hides a field. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 28 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter stream should be final. | 28 | |
| misc | FinalParameters | Parameter objectClass should be final. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 43 | |
| design | DesignForExtension | Method 'decodeClassType' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 43 | |
| misc | FinalParameters | Parameter objectClass should be final. | 43 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 43 | |
| misc | FinalParameters | Parameter stream should be final. | 43 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 58 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 62 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 70 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 74 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 82 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 86 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 90 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 94 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 99 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 101 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 104 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 108 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 112 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 114 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 119 | |
| design | DesignForExtension | Method 'decodeJavaElement' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 119 | |
| misc | FinalParameters | Parameter objectClass should be final. | 119 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 119 | |
| misc | FinalParameters | Parameter stream should be final. | 119 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 122 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 138 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 142 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 147 | |
| design | DesignForExtension | Method 'decodePreparedElement' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 147 | |
| misc | FinalParameters | Parameter objectClass should be final. | 147 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 147 | |
| misc | FinalParameters | Parameter stream should be final. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 160 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 168 | |
| design | DesignForExtension | Method 'invokeSetterMethodForField' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter field should be final. | 168 | |
| misc | FinalParameters | Parameter object should be final. | 168 | |
| misc | FinalParameters | Parameter param should be final. | 168 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 168 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 169 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 179 | |
| design | DesignForExtension | Method 'invokeSelectMethodForField' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter field should be final. | 179 | |
| misc | FinalParameters | Parameter object should be final. | 179 | |
| misc | FinalParameters | Parameter param should be final. | 179 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 179 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 180 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 184 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 190 | |
| design | DesignForExtension | Method 'initDefaultValues' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter object should be final. | 190 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 192 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 194 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 199 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 200 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 200 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 202 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 203 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 203 | |
| blocks | RightCurly | '}' at column 41 should be alone on a line. | 203 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 203 | |
| coding | EmptyStatement | Empty statement. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 206 | |
| design | DesignForExtension | Method 'createInstanceForElement' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter objectClass should be final. | 206 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 206 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 209 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 213 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 213 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 214 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 216 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 217 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 221 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 221 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 221 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 222 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 235 | |
| design | DesignForExtension | Method 'decodeSequence' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 235 | |
| misc | FinalParameters | Parameter objectClass should be final. | 235 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 235 | |
| misc | FinalParameters | Parameter stream should be final. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 245 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 245 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 245 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 245 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 247 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 248 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 250 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 250 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 250 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 250 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 253 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 254 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 257 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 257 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 257 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 259 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 260 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 263 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 263 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 263 | |
| blocks | RightCurly | '}' at column 25 should be on the same line as the next part of a multi-block statement. | 264 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 266 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 267 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 267 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 270 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 270 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 276 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 278 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 280 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 280 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 281 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 281 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 281 | |
| blocks | RightCurly | '}' at column 31 should be on the same line as the next part of a multi-block statement. | 282 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 283 | |
| blocks | RightCurly | '}' at column 26 should be on the same line as the next part of a multi-block statement. | 285 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 286 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 290 | |
| coding | EmptyStatement | Empty statement. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 305 | |
| design | DesignForExtension | Method 'createSequenceFieldInfo' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 305 | |
| misc | FinalParameters | Parameter sequenceObj should be final. | 305 | |
| misc | FinalParameters | Parameter field should be final. | 305 | |
| misc | FinalParameters | Parameter fieldIdx should be final. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 311 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 312 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 322 | |
| design | DesignForExtension | Method 'decodeSequenceField' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| misc | FinalParameters | Parameter fieldTag should be final. | 322 | |
| misc | FinalParameters | Parameter sequenceObj should be final. | 322 | |
| misc | FinalParameters | Parameter fieldIdx should be final. | 322 | |
| misc | FinalParameters | Parameter field should be final. | 322 | |
| misc | FinalParameters | Parameter stream should be final. | 322 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 322 | |
| misc | FinalParameters | Parameter optionalCheck should be final. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 326 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 331 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 341 | |
| design | DesignForExtension | Method 'decodeChoice' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| misc | FinalParameters | Parameter objectClass should be final. | 341 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 341 | |
| misc | FinalParameters | Parameter stream should be final. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 348 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 349 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 353 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 354 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 355 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 357 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 365 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 366 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 368 | |
| coding | EmptyStatement | Empty statement. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 373 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 373 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 374 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 375 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 376 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 376 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 376 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 379 | |
| design | DesignForExtension | Method 'decodeEnum' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 379 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 | |
| misc | FinalParameters | Parameter objectClass should be final. | 379 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 379 | |
| misc | FinalParameters | Parameter stream should be final. | 379 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 384 | |
| coding | EmptyStatement | Empty statement. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 393 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 398 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 399 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 405 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 405 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 405 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 407 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 412 | |
| design | DesignForExtension | Method 'decodeElement' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 412 | |
| misc | FinalParameters | Parameter objectClass should be final. | 412 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 412 | |
| misc | FinalParameters | Parameter stream should be final. | 412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 417 | |
| design | DesignForExtension | Method 'decodeBoxedType' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 417 | |
| misc | FinalParameters | Parameter objectClass should be final. | 417 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 417 | |
| misc | FinalParameters | Parameter stream should be final. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 423 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 425 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 426 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 437 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 440 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 441 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 441 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 441 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 443 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 446 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 447 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 455 | |
| blocks | RightCurly | '}' at column 11 should be alone on a line. | 458 | |
| coding | EmptyStatement | Empty statement. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 464 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 465 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 465 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 468 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 469 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 471 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 471 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 471 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 471 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 471 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 472 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter element should be final. | 44 | |
| coding | HiddenField | 'element' hides a field. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter anElement should be final. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter cls should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter info should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter parentAnnotated should be final. | 72 | |
| coding | HiddenField | 'parentAnnotated' hides a field. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter parentObject should be final. | 80 | |
| coding | HiddenField | 'parentObject' hides a field. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter preparedInfo should be final. | 88 | |
| coding | HiddenField | 'preparedInfo' hides a field. | 88 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 90 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter preparedInstance should be final. | 103 | |
| coding | HiddenField | 'preparedInstance' hides a field. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter objClass should be final. | 111 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 114 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter maxAvailableLen should be final. | 135 | |
| coding | HiddenField | 'maxAvailableLen' hides a field. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| naming | ConstantName | Name 'Primitive' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| naming | ConstantName | Name 'Constructed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter object should be final. | 30 | |
| misc | FinalParameters | Parameter stream should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 33 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 44 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 45 | |
| coding | EmptyStatement | Empty statement. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 49 | |
| design | DesignForExtension | Method 'encodeClassType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter object should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 49 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 52 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 56 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 59 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 64 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 68 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 75 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 76 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 79 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 80 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 83 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 84 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 91 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 96 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 99 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 100 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 103 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 107 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 108 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 111 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 112 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 112 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 115 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 116 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 117 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 118 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 123 | |
| design | DesignForExtension | Method 'encodeJavaElement' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter object should be final. | 123 | |
| misc | FinalParameters | Parameter stream should be final. | 123 | |
| misc | FinalParameters | Parameter info should be final. | 123 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 123 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 134 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 138 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 142 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 146 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 151 | |
| design | DesignForExtension | Method 'encodePreparedElement' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter object should be final. | 151 | |
| misc | FinalParameters | Parameter stream should be final. | 151 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 151 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 167 | |
| design | DesignForExtension | Method 'invokeGetterMethodForField' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter field should be final. | 167 | |
| misc | FinalParameters | Parameter object should be final. | 167 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 167 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 169 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 169 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 177 | |
| design | DesignForExtension | Method 'invokeSelectedMethodForField' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| misc | FinalParameters | Parameter field should be final. | 177 | |
| misc | FinalParameters | Parameter object should be final. | 177 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 177 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 178 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 187 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter object should be final. | 187 | |
| misc | FinalParameters | Parameter stream should be final. | 187 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 187 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 192 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 198 | |
| design | DesignForExtension | Method 'encodeSequenceField' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter object should be final. | 198 | |
| misc | FinalParameters | Parameter fieldIdx should be final. | 198 | |
| misc | FinalParameters | Parameter field should be final. | 198 | |
| misc | FinalParameters | Parameter stream should be final. | 198 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 198 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 203 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 204 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 210 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 214 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 216 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 216 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 216 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 218 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 225 | |
| design | DesignForExtension | Method 'isSelectedChoiceItem' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| misc | FinalParameters | Parameter field should be final. | 225 | |
| misc | FinalParameters | Parameter object should be final. | 225 | |
| misc | FinalParameters | Parameter info should be final. | 225 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 226 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 228 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 233 | |
| design | DesignForExtension | Method 'getChoiceSelectedElement' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter object should be final. | 233 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 239 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 239 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 240 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 244 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 245 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 249 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 251 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 258 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 259 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 264 | |
| design | DesignForExtension | Method 'encodeChoice' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| misc | FinalParameters | Parameter object should be final. | 264 | |
| misc | FinalParameters | Parameter stream should be final. | 264 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 267 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 273 | |
| design | DesignForExtension | Method 'encodeEnum' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter object should be final. | 273 | |
| misc | FinalParameters | Parameter stream should be final. | 273 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 273 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 279 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 293 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 297 | |
| design | DesignForExtension | Method 'encodeElement' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| misc | FinalParameters | Parameter object should be final. | 297 | |
| misc | FinalParameters | Parameter stream should be final. | 297 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 302 | |
| design | DesignForExtension | Method 'encodeBoxedType' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| misc | FinalParameters | Parameter object should be final. | 302 | |
| misc | FinalParameters | Parameter stream should be final. | 302 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 306 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 306 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 308 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 310 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 311 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 320 | |
| blocks | RightCurly | '}' at column 11 should be alone on a line. | 323 | |
| coding | EmptyStatement | Empty statement. | 323 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| naming | ConstantName | Name 'Universal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| naming | ConstantName | Name 'Application' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| naming | ConstantName | Name 'ContextSpecific' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| naming | ConstantName | Name 'Private' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| naming | ConstantName | Name 'Reserved0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| naming | ConstantName | Name 'Boolean' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| naming | ConstantName | Name 'Integer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| naming | ConstantName | Name 'Bitstring' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 24 | |
| naming | ConstantName | Name 'OctetString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 | |
| naming | ConstantName | Name 'Null' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 26 | |
| naming | ConstantName | Name 'ObjectIdentifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 | |
| naming | ConstantName | Name 'ObjectDescriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 | |
| naming | ConstantName | Name 'External' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| naming | ConstantName | Name 'Real' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| naming | ConstantName | Name 'Enumerated' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| naming | ConstantName | Name 'EmbeddedPdv' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| naming | ConstantName | Name 'UTF8String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| naming | ConstantName | Name 'RelativeObject' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| naming | ConstantName | Name 'Reserved14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| naming | ConstantName | Name 'Reserved15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| naming | ConstantName | Name 'Sequence' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| naming | ConstantName | Name 'Set' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| naming | ConstantName | Name 'NumericString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| naming | ConstantName | Name 'PrintableString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| naming | ConstantName | Name 'TeletexString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| naming | ConstantName | Name 'VideotexString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| naming | ConstantName | Name 'IA5String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| naming | ConstantName | Name 'UTCTime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| naming | ConstantName | Name 'GeneralizedTime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| naming | ConstantName | Name 'GraphicString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| naming | ConstantName | Name 'VisibleString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| naming | ConstantName | Name 'GeneralString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| naming | ConstantName | Name 'UniversalString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| naming | ConstantName | Name 'UnspecifiedString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| naming | ConstantName | Name 'BMPString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| naming | ConstantName | Name 'LastUniversal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter info should be final. | 27 | |
| misc | FinalParameters | Parameter tagClass should be final. | 27 | |
| misc | FinalParameters | Parameter elemenType should be final. | 27 | |
| misc | FinalParameters | Parameter universalTag should be final. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 31 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 33 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 35 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 35 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 45 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 48 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 52 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter tagClass should be final. | 65 | |
| misc | FinalParameters | Parameter elemenType should be final. | 65 | |
| misc | FinalParameters | Parameter universalTag should be final. | 65 | |
| misc | FinalParameters | Parameter userTag should be final. | 65 | |
| misc | FinalParameters | Parameter userTagClass should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| coding | MagicNumber | '31' is a magic number. | 70 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 73 | |
| coding | MagicNumber | '0x1F' is a magic number. | 75 | |
| coding | MagicNumber | '0x80' is a magic number. | 76 | |
| coding | MagicNumber | '8' is a magic number. | 77 | |
| coding | MagicNumber | '0x7F' is a magic number. | 78 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 80 | |
| coding | MagicNumber | '0x3FFF' is a magic number. | 82 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 83 | |
| coding | MagicNumber | '16' is a magic number. | 84 | |
| coding | MagicNumber | '0x3fff' is a magic number. | 85 | |
| coding | MagicNumber | '7' is a magic number. | 85 | |
| coding | MagicNumber | '0x80' is a magic number. | 85 | |
| coding | MagicNumber | '8' is a magic number. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| coding | MagicNumber | '0x3fff' is a magic number. | 86 | |
| coding | MagicNumber | '0x7f' is a magic number. | 86 | |
| coding | MagicNumber | '3' is a magic number. | 87 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 88 | |
| coding | MagicNumber | '0x3FFFF' is a magic number. | 90 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 | |
| coding | MagicNumber | '24' is a magic number. | 92 | |
| coding | MagicNumber | '0x3FFFF' is a magic number. | 93 | |
| coding | MagicNumber | '15' is a magic number. | 93 | |
| coding | MagicNumber | '0x80' is a magic number. | 93 | |
| coding | MagicNumber | '16' is a magic number. | 93 | |
| coding | MagicNumber | '0x3FFFF' is a magic number. | 94 | |
| coding | MagicNumber | '7' is a magic number. | 94 | |
| coding | MagicNumber | '0x80' is a magic number. | 94 | |
| coding | MagicNumber | '8' is a magic number. | 94 | |
| coding | MagicNumber | '0x3FFFF' is a magic number. | 95 | |
| coding | MagicNumber | '0x3f' is a magic number. | 95 | |
| coding | MagicNumber | '4' is a magic number. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 31 | |
| design | DesignForExtension | Method 'decodeLength' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter stream should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 32 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 37 | |
| coding | MagicNumber | '128' is a magic number. | 38 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 38 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 39 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | MagicNumber | '128' is a magic number. | 44 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| coding | MagicNumber | '8' is a magic number. | 48 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 49 | |
| whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| design | DesignForExtension | Method 'decodeTag' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter stream should be final. | 56 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 59 | |
| whitespace | NoWhitespaceAfter | '-' is followed by whitespace. | 59 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 61 | |
| coding | MagicNumber | '31' is a magic number. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 65 | |
| coding | MagicNumber | '0x80' is a magic number. | 66 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x80' is a magic number. | 67 | |
| coding | MagicNumber | '4' is a magic number. | 67 | |
| coding | MagicNumber | '8' is a magic number. | 68 | |
| blocks | LeftCurly | '{' at column 22 should be on the previous line. | 71 | |
| blocks | RightCurly | '}' at column 22 should be on the same line as the next part of a multi-block statement. | 74 | |
| coding | MagicNumber | '8' is a magic number. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 85 | |
| design | DesignForExtension | Method 'checkTagForObject' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 85 | |
| misc | FinalParameters | Parameter tagClass should be final. | 85 | |
| misc | FinalParameters | Parameter elementType should be final. | 85 | |
| misc | FinalParameters | Parameter universalTag should be final. | 85 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 86 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 94 | |
| design | DesignForExtension | Method 'decodeSequence' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| misc | FinalParameters | Parameter objectClass should be final. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 95 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 95 | |
| misc | FinalParameters | Parameter stream should be final. | 95 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 98 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| blocks | EmptyBlock | Must have at least one statement. | 98 | |
| blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 99 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 104 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 106 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 120 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 126 | |
| design | DesignForExtension | Method 'decodeSet' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 | |
| misc | FinalParameters | Parameter objectClass should be final. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 127 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 127 | |
| misc | FinalParameters | Parameter len should be final. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| misc | FinalParameters | Parameter stream should be final. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 139 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 140 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 147 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 147 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 150 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 156 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 157 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 160 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 160 | |
| blocks | RightCurly | '}' at column 25 should be on the same line as the next part of a multi-block statement. | 161 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 163 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 163 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 167 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 173 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 175 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 175 | |
| blocks | RightCurly | '}' at column 26 should be on the same line as the next part of a multi-block statement. | 180 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 181 | |
| blocks | RightCurly | '}' at column 22 should be on the same line as the next part of a multi-block statement. | 183 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 196 | |
| design | DesignForExtension | Method 'decodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 196 | |
| misc | FinalParameters | Parameter objectClass should be final. | 196 | |
| misc | FinalParameters | Parameter enumClass should be final. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 197 | |
| misc | FinalParameters | Parameter stream should be final. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 199 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 204 | |
| design | DesignForExtension | Method 'decodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 204 | |
| misc | FinalParameters | Parameter objectClass should be final. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 205 | |
| misc | FinalParameters | Parameter stream should be final. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 207 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 207 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 211 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| design | DesignForExtension | Method 'decodeAny' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 216 | |
| misc | FinalParameters | Parameter objectClass should be final. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 217 | |
| misc | FinalParameters | Parameter stream should be final. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 220 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 220 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 220 | |
| coding | MagicNumber | '1024' is a magic number. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 223 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 223 | |
| coding | MagicNumber | '1024' is a magic number. | 224 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 230 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 230 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 232 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 233 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 242 | |
| design | DesignForExtension | Method 'decodeNull' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 242 | |
| misc | FinalParameters | Parameter objectClass should be final. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 243 | |
| misc | FinalParameters | Parameter stream should be final. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 245 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 245 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 247 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 247 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 252 | |
| design | DesignForExtension | Method 'decodeInteger' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 252 | |
| misc | FinalParameters | Parameter objectClass should be final. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 253 | |
| misc | FinalParameters | Parameter stream should be final. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 255 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 259 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 270 | |
| design | DesignForExtension | Method 'decodeReal' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 270 | |
| misc | FinalParameters | Parameter objectClass should be final. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 271 | |
| misc | FinalParameters | Parameter stream should be final. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 273 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 280 | |
| coding | MagicNumber | '0x40' is a magic number. | 280 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 284 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 284 | |
| coding | MagicNumber | '0x41' is a magic number. | 284 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 287 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 287 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 290 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 290 | |
| coding | MagicNumber | '0x3' is a magic number. | 291 | |
| coding | MagicNumber | '0x40' is a magic number. | 292 | |
| coding | MagicNumber | '0x0C' is a magic number. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 296 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 299 | |
| coding | MagicNumber | '0x000ff00000000000L' is a magic number. | 299 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 300 | |
| coding | MagicNumber | '8' is a magic number. | 300 | |
| coding | MagicNumber | '8' is a magic number. | 301 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 303 | |
| coding | MagicNumber | '0x0010000000000000L' is a magic number. | 303 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 304 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| coding | MagicNumber | '0x0FFFFFFFFFFFFFL' is a magic number. | 307 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 308 | |
| coding | MagicNumber | '1023' is a magic number. | 308 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 308 | |
| coding | MagicNumber | '52' is a magic number. | 308 | |
| coding | MagicNumber | '52' is a magic number. | 308 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 309 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 311 | |
| coding | MagicNumber | '0x8000000000000000L' is a magic number. | 311 | |
| whitespace | WhitespaceAround | '|=' is not followed by whitespace. | 311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 315 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 318 | |
| design | DesignForExtension | Method 'decodeChoice' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 318 | |
| misc | FinalParameters | Parameter objectClass should be final. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| misc | FinalParameters | Parameter stream should be final. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 322 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 323 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 323 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 324 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 329 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 329 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 331 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 336 | |
| design | DesignForExtension | Method 'decodeIntegerValue' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter stream should be final. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 338 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 342 | |
| design | DesignForExtension | Method 'decodeLongValue' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| misc | FinalParameters | Parameter stream should be final. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| design | DesignForExtension | Method 'decodeLongValue' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter stream should be final. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 348 | |
| misc | FinalParameters | Parameter len should be final. | 348 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 350 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 351 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 357 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 357 | |
| coding | MagicNumber | '0x80' is a magic number. | 357 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 357 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 357 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 357 | |
| coding | MagicNumber | '256' is a magic number. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| coding | MagicNumber | '8' is a magic number. | 361 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 368 | |
| design | DesignForExtension | Method 'decodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 368 | |
| misc | FinalParameters | Parameter objectClass should be final. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 369 | |
| misc | FinalParameters | Parameter stream should be final. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 371 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 371 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 380 | |
| design | DesignForExtension | Method 'decodeBitString' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 380 | |
| misc | FinalParameters | Parameter objectClass should be final. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 381 | |
| misc | FinalParameters | Parameter stream should be final. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 383 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 387 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 387 | |
| coding | MagicNumber | '8' is a magic number. | 387 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 387 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 387 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 388 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 391 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 391 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 391 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 394 | |
| design | DesignForExtension | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 394 | |
| misc | FinalParameters | Parameter objectClass should be final. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 395 | |
| misc | FinalParameters | Parameter stream should be final. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 397 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 397 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 400 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 407 | |
| design | DesignForExtension | Method 'decodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 407 | |
| misc | FinalParameters | Parameter objectClass should be final. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 408 | |
| misc | FinalParameters | Parameter stream should be final. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 410 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 410 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 411 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 411 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 415 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 420 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 420 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 420 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 430 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 430 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 431 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 435 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 435 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 436 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 437 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 437 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 437 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 437 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 442 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 443 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 443 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| design | DesignForExtension | Method 'decodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| misc | FinalParameters | Parameter objectClass should be final. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 452 | |
| misc | FinalParameters | Parameter stream should be final. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter object should be final. | 40 | |
| misc | FinalParameters | Parameter stream should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter object should be final. | 46 | |
| misc | FinalParameters | Parameter stream should be final. | 46 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 53 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'encodeChoice' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter object should be final. | 62 | |
| misc | FinalParameters | Parameter stream should be final. | 62 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 68 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 75 | |
| design | DesignForExtension | Method 'encodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter enumConstant should be final. | 75 | |
| misc | FinalParameters | Parameter enumClass should be final. | 75 | |
| misc | FinalParameters | Parameter stream should be final. | 75 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'encodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter object should be final. | 88 | |
| misc | FinalParameters | Parameter stream should be final. | 88 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 91 | |
| coding | MagicNumber | '0xFF' is a magic number. | 91 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'encodeAny' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter object should be final. | 100 | |
| misc | FinalParameters | Parameter stream should be final. | 100 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 111 | |
| design | DesignForExtension | Method 'encodeIntegerValue' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter value should be final. | 111 | |
| misc | FinalParameters | Parameter stream should be final. | 111 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '8' is a magic number. | 115 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'encodeInteger' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter object should be final. | 120 | |
| misc | FinalParameters | Parameter stream should be final. | 120 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'encodeReal' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter object should be final. | 143 | |
| misc | FinalParameters | Parameter stream should be final. | 143 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 144 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 150 | |
| coding | MagicNumber | '0x7ff0000000000000L' is a magic number. | 150 | |
| coding | MagicNumber | '0x40' is a magic number. | 151 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 | |
| coding | MagicNumber | '0xfff0000000000000L' is a magic number. | 154 | |
| coding | MagicNumber | '0x41' is a magic number. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 158 | |
| coding | MagicNumber | '0x7ff0000000000000L' is a magic number. | 159 | |
| coding | MagicNumber | '52' is a magic number. | 159 | |
| coding | MagicNumber | '1023' is a magic number. | 159 | |
| coding | MagicNumber | '52' is a magic number. | 159 | |
| coding | MagicNumber | '0x000fffffffffffffL' is a magic number. | 160 | |
| coding | MagicNumber | '0x10000000000000L' is a magic number. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 164 | |
| coding | MagicNumber | '0xFFL' is a magic number. | 164 | |
| coding | MagicNumber | '8' is a magic number. | 165 | |
| coding | MagicNumber | '8' is a magic number. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 170 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| coding | MagicNumber | '0x80' is a magic number. | 177 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| coding | MagicNumber | '0x8000000000000000L' is a magic number. | 179 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 180 | |
| coding | MagicNumber | '0x40' is a magic number. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 182 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 183 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| design | DesignForExtension | Method 'encodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter object should be final. | 193 | |
| misc | FinalParameters | Parameter stream should be final. | 193 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 197 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'encodeBitString' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter object should be final. | 209 | |
| misc | FinalParameters | Parameter stream should be final. | 209 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 210 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 216 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 217 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 217 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 222 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| design | DesignForExtension | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter object should be final. | 228 | |
| misc | FinalParameters | Parameter stream should be final. | 228 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 229 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 232 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 232 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| design | DesignForExtension | Method 'encodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter object should be final. | 244 | |
| misc | FinalParameters | Parameter stream should be final. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 245 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 245 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 255 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 255 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 256 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 256 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 258 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 270 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 277 | |
| design | DesignForExtension | Method 'encodeHeader' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| misc | FinalParameters | Parameter tagValue should be final. | 277 | |
| misc | FinalParameters | Parameter contentLen should be final. | 277 | |
| misc | FinalParameters | Parameter stream should be final. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 283 | |
| design | DesignForExtension | Method 'encodeTag' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| misc | FinalParameters | Parameter tagValue should be final. | 283 | |
| misc | FinalParameters | Parameter stream should be final. | 283 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 286 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 286 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| coding | MagicNumber | '8' is a magic number. | 288 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 293 | |
| design | DesignForExtension | Method 'encodeLength' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| misc | FinalParameters | Parameter length should be final. | 293 | |
| misc | FinalParameters | Parameter stream should be final. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 297 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| coding | MagicNumber | '128' is a magic number. | 300 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| coding | MagicNumber | '256' is a magic number. | 305 | |
| coding | MagicNumber | '0x81' is a magic number. | 307 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 308 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| coding | MagicNumber | '65536' is a magic number. | 311 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 312 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 312 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 313 | |
| coding | MagicNumber | '8' is a magic number. | 313 | |
| coding | MagicNumber | '0x82' is a magic number. | 314 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 315 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 315 | |
| coding | MagicNumber | '3' is a magic number. | 315 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| coding | MagicNumber | '16777126' is a magic number. | 318 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 319 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 320 | |
| coding | MagicNumber | '8' is a magic number. | 320 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 320 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| coding | MagicNumber | '16' is a magic number. | 321 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 321 | |
| coding | MagicNumber | '0x83' is a magic number. | 322 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 323 | |
| coding | MagicNumber | '4' is a magic number. | 323 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 324 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 327 | |
| coding | MagicNumber | '8' is a magic number. | 327 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 328 | |
| coding | MagicNumber | '16' is a magic number. | 328 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 329 | |
| coding | MagicNumber | '24' is a magic number. | 329 | |
| coding | MagicNumber | '0x84' is a magic number. | 330 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 331 | |
| coding | MagicNumber | '5' is a magic number. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| design | DesignForExtension | Method 'encodeNull' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter object should be final. | 336 | |
| misc | FinalParameters | Parameter stream should be final. | 336 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 337 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 338 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| design | DesignForExtension | Method 'encodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| misc | FinalParameters | Parameter object should be final. | 346 | |
| misc | FinalParameters | Parameter stream should be final. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 347 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 347 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 348 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| naming | MethodName | Name 'Encode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| misc | FinalParameters | Parameter oidArcArray should be final. | 28 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 32 | |
| coding | MagicNumber | '5' is a magic number. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 34 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 39 | |
| coding | MagicNumber | '255' is a magic number. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| coding | EmptyStatement | Empty statement. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| naming | MethodName | Name 'EncodeFirstTwoArcs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| misc | FinalParameters | Parameter topArc should be final. | 44 | |
| misc | FinalParameters | Parameter secondArc should be final. | 44 | |
| misc | FinalParameters | Parameter result should be final. | 44 | |
| misc | FinalParameters | Parameter nextAvailable should be final. | 44 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 45 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 47 | |
| coding | MagicNumber | '39' is a magic number. | 47 | |
| coding | MagicNumber | '40' is a magic number. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'EncodeOneArc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter arc should be final. | 60 | |
| misc | FinalParameters | Parameter result should be final. | 60 | |
| misc | FinalParameters | Parameter nextAvailable should be final. | 60 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 61 | |
| coding | MagicNumber | '0x7f' is a magic number. | 62 | |
| coding | MagicNumber | '0x3f80' is a magic number. | 63 | |
| coding | MagicNumber | '0x1fc000' is a magic number. | 64 | |
| coding | MagicNumber | '0xfe00000' is a magic number. | 65 | |
| coding | MagicNumber | '3' is a magic number. | 65 | |
| coding | MagicNumber | '0xf0000000' is a magic number. | 66 | |
| coding | MagicNumber | '4' is a magic number. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| coding | MagicNumber | '5' is a magic number. | 69 | |
| coding | MagicNumber | '4' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0xff' is a magic number. | 70 | |
| coding | MagicNumber | '3' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0xff00' is a magic number. | 71 | |
| coding | MagicNumber | '8' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0xff0000' is a magic number. | 72 | |
| coding | MagicNumber | '16' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '0xff000000' is a magic number. | 73 | |
| coding | MagicNumber | '24' is a magic number. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| coding | MagicNumber | '5' is a magic number. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| coding | MagicNumber | '4' is a magic number. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| coding | MagicNumber | '3' is a magic number. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| coding | MagicNumber | '3' is a magic number. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 83 | |
| coding | MagicNumber | '0x80' is a magic number. | 84 | |
| coding | MagicNumber | '0x80' is a magic number. | 85 | |
| coding | MagicNumber | '0x80' is a magic number. | 86 | |
| coding | MagicNumber | '3' is a magic number. | 87 | |
| coding | MagicNumber | '0x80' is a magic number. | 87 | |
| coding | MagicNumber | '4' is a magic number. | 88 | |
| coding | MagicNumber | '0x7f' is a magic number. | 88 | |
| coding | MagicNumber | '5' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| naming | MethodName | Name 'Truncate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter b1 should be final. | 96 | |
| misc | FinalParameters | Parameter nextAvailable should be final. | 96 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| naming | MethodName | Name 'Decode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| misc | FinalParameters | Parameter oidBytes should be final. | 105 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| coding | MagicNumber | '40' is a magic number. | 112 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 113 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 116 | |
| coding | MagicNumber | '80' is a magic number. | 117 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 118 | |
| coding | MagicNumber | '40' is a magic number. | 120 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 123 | |
| coding | MagicNumber | '80' is a magic number. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| naming | MethodName | Name 'IntArrayToDottedDecimal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| misc | FinalParameters | Parameter oidIntArray should be final. | 133 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 134 | |
| coding | MagicNumber | '4' is a magic number. | 135 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| naming | MethodName | Name 'BerByteArrayToIntArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| misc | FinalParameters | Parameter berBytes should be final. | 149 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 150 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 155 | |
| coding | MagicNumber | '0x80' is a magic number. | 156 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 162 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 164 | |
| coding | MagicNumber | '5' is a magic number. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| naming | MethodName | Name 'DecodeOneArc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| misc | FinalParameters | Parameter berByteList should be final. | 181 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 183 | |
| coding | MagicNumber | '5' is a magic number. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 195 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| coding | MagicNumber | '0x7f' is a magic number. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| coding | MagicNumber | '7' is a magic number. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.ber.*. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter object should be final. | 29 | |
| misc | FinalParameters | Parameter stream should be final. | 29 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 31 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 32 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 34 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 48 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.constraints.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.utils.*. | 32 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 36 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter stream should be final. | 36 | |
| misc | FinalParameters | Parameter objectClass should be final. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'decodeTag' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter stream should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | DesignForExtension | Method 'skipAlignedBits' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 48 | |
| design | DesignForExtension | Method 'decodeIntegerValueAsBytes' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter intLen should be final. | 48 | |
| misc | FinalParameters | Parameter stream should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 61 | |
| coding | MagicNumber | '0x80' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '256' is a magic number. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| coding | MagicNumber | '8' is a magic number. | 65 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 75 | |
| design | DesignForExtension | Method 'decodeConstraintLengthDeterminant' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| misc | FinalParameters | Parameter min should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 75 | |
| misc | FinalParameters | Parameter max should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 75 | |
| misc | FinalParameters | Parameter stream should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 75 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 75 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| coding | MagicNumber | '0xFFFF' is a magic number. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 82 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 91 | |
| design | DesignForExtension | Method 'decodeLengthDeterminant' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter stream should be final. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 91 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| coding | MagicNumber | '0x80' is a magic number. | 94 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 94 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| coding | MagicNumber | '0x3f' is a magic number. | 103 | |
| coding | MagicNumber | '8' is a magic number. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 123 | |
| design | DesignForExtension | Method 'decodeConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter min should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 123 | |
| misc | FinalParameters | Parameter max should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 123 | |
| misc | FinalParameters | Parameter stream should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 134 | |
| coding | MagicNumber | '256' is a magic number. | 134 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 143 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 144 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 146 | |
| coding | MagicNumber | '65536' is a magic number. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| coding | MagicNumber | '8' is a magic number. | 152 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 154 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| javadoc | JavadocMethod | Expected an @return tag. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 188 | |
| design | DesignForExtension | Method 'decodeSemiConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| misc | FinalParameters | Parameter min should be final. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 188 | |
| misc | FinalParameters | Parameter stream should be final. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 188 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 188 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 193 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| javadoc | JavadocMethod | Expected an @return tag. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 205 | |
| design | DesignForExtension | Method 'decodeNormallySmallNumber' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| misc | FinalParameters | Parameter stream should be final. | 205 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 205 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 205 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 208 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| coding | MagicNumber | '6' is a magic number. | 214 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 224 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| javadoc | JavadocMethod | Expected an @return tag. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 239 | |
| design | DesignForExtension | Method 'decodeUnconstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| misc | FinalParameters | Parameter stream should be final. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 239 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 239 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 243 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 247 | |
| design | DesignForExtension | Method 'decodeLength' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 247 | |
| misc | FinalParameters | Parameter stream should be final. | 247 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 250 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 252 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 255 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 262 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 262 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 264 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 266 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 269 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 271 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 271 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 271 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 274 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 276 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 277 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 278 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'decodeChoice' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| misc | FinalParameters | Parameter objectClass should be final. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 287 | |
| misc | FinalParameters | Parameter stream should be final. | 288 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 292 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 294 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 296 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 297 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 297 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 297 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 305 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 306 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 311 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 313 | |
| coding | EmptyStatement | Empty statement. | 313 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 316 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 316 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 317 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 323 | |
| design | DesignForExtension | Method 'getSequencePreambleBitLen' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| misc | FinalParameters | Parameter objectClass should be final. | 323 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 323 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 326 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 326 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 327 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 330 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 340 | |
| design | DesignForExtension | Method 'decodeSequence' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| misc | FinalParameters | Parameter objectClass should be final. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 341 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 341 | |
| misc | FinalParameters | Parameter stream should be final. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '32' is a magic number. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 352 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 352 | |
| blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 360 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 360 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 362 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 362 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 365 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 368 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 368 | |
| coding | MagicNumber | '0x80000000' is a magic number. | 368 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 368 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 368 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| blocks | RightCurly | '}' at column 18 should be on the same line as the next part of a multi-block statement. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 387 | |
| design | DesignForExtension | Method 'decodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 387 | |
| misc | FinalParameters | Parameter objectClass should be final. | 387 | |
| misc | FinalParameters | Parameter enumClass should be final. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 388 | |
| misc | FinalParameters | Parameter stream should be final. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 390 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '<=' is not preceded with whitespace. | 399 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 402 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 404 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 406 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 407 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 407 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 417 | |
| design | DesignForExtension | Method 'decodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 417 | |
| misc | FinalParameters | Parameter objectClass should be final. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 418 | |
| misc | FinalParameters | Parameter stream should be final. | 419 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| design | DesignForExtension | Method 'decodeAny' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 426 | |
| misc | FinalParameters | Parameter objectClass should be final. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 427 | |
| misc | FinalParameters | Parameter stream should be final. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 432 | |
| design | DesignForExtension | Method 'decodeNull' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 432 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 432 | |
| misc | FinalParameters | Parameter objectClass should be final. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 433 | |
| misc | FinalParameters | Parameter stream should be final. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 438 | |
| design | DesignForExtension | Method 'decodeInteger' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 438 | |
| misc | FinalParameters | Parameter objectClass should be final. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 439 | |
| misc | FinalParameters | Parameter stream should be final. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 448 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 451 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 455 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 462 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 464 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 466 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 472 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 474 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 474 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 477 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 480 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 488 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 496 | |
| design | DesignForExtension | Method 'decodeReal' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 496 | |
| misc | FinalParameters | Parameter objectClass should be final. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 497 | |
| misc | FinalParameters | Parameter stream should be final. | 498 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 506 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 506 | |
| coding | MagicNumber | '0x40' is a magic number. | 506 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 510 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 510 | |
| coding | MagicNumber | '0x41' is a magic number. | 510 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 513 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 513 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 514 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 516 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 516 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 516 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 516 | |
| coding | MagicNumber | '0x3' is a magic number. | 517 | |
| coding | MagicNumber | '0x40' is a magic number. | 518 | |
| coding | MagicNumber | '0x0C' is a magic number. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 521 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 524 | |
| coding | MagicNumber | '0x000ff00000000000L' is a magic number. | 524 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 525 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 525 | |
| coding | MagicNumber | '8' is a magic number. | 525 | |
| coding | MagicNumber | '8' is a magic number. | 526 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 528 | |
| coding | MagicNumber | '0x0010000000000000L' is a magic number. | 528 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 529 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| coding | MagicNumber | '0x0FFFFFFFFFFFFFL' is a magic number. | 532 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 533 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 533 | |
| coding | MagicNumber | '1023' is a magic number. | 533 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 533 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 533 | |
| coding | MagicNumber | '52' is a magic number. | 533 | |
| coding | MagicNumber | '52' is a magic number. | 533 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 534 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 535 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 536 | |
| coding | MagicNumber | '0x8000000000000000L' is a magic number. | 536 | |
| whitespace | WhitespaceAround | '|=' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 545 | |
| design | DesignForExtension | Method 'decodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 545 | |
| misc | FinalParameters | Parameter objectClass should be final. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 546 | |
| misc | FinalParameters | Parameter stream should be final. | 547 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 551 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 553 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 553 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 553 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 555 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 561 | |
| design | DesignForExtension | Method 'decodeBitString' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 561 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 561 | |
| misc | FinalParameters | Parameter objectClass should be final. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 562 | |
| misc | FinalParameters | Parameter stream should be final. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 565 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 565 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 567 | |
| coding | MagicNumber | '8' is a magic number. | 569 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 569 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 569 | |
| coding | MagicNumber | '8' is a magic number. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 570 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 570 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 570 | |
| coding | MagicNumber | '8' is a magic number. | 570 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 571 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 571 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 572 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 572 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 572 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 572 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 572 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 573 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 574 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 574 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 574 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 575 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 576 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 576 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 576 | |
| coding | MagicNumber | '8' is a magic number. | 576 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 576 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 576 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 576 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 579 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 579 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 580 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 580 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 581 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 582 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 584 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 586 | |
| design | DesignForExtension | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 586 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 586 | |
| misc | FinalParameters | Parameter objectClass should be final. | 586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 587 | |
| misc | FinalParameters | Parameter stream should be final. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 590 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 592 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 595 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 596 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 603 | |
| design | DesignForExtension | Method 'decodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 603 | |
| misc | FinalParameters | Parameter objectClass should be final. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 604 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 604 | |
| misc | FinalParameters | Parameter stream should be final. | 605 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 607 | |
| coding | EmptyStatement | Empty statement. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 608 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 612 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 613 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 613 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 618 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 618 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 619 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 622 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 622 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 622 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 622 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 622 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 623 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 623 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 623 | |
| coding | EmptyStatement | Empty statement. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 632 | |
| design | DesignForExtension | Method 'decodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 632 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| misc | FinalParameters | Parameter objectClass should be final. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 635 | |
| misc | FinalParameters | Parameter stream should be final. | 635 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 639 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.utils.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter object should be final. | 38 | |
| misc | FinalParameters | Parameter stream should be final. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | DesignForExtension | Method 'doAlign' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| design | DesignForExtension | Method 'encodeIntegerValueAsBytes' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 51 | |
| coding | MagicNumber | '8' is a magic number. | 52 | |
| coding | MagicNumber | '0xFF' is a magic number. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| design | DesignForExtension | Method 'encodeConstraintLengthDeterminant' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter length should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 63 | |
| misc | FinalParameters | Parameter min should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 63 | |
| misc | FinalParameters | Parameter max should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 63 | |
| misc | FinalParameters | Parameter stream should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 63 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 63 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| coding | MagicNumber | '0xFFFF' is a magic number. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 69 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 70 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 79 | |
| design | DesignForExtension | Method 'encodeLengthDeterminant' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter length should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 79 | |
| misc | FinalParameters | Parameter stream should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 79 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 82 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| coding | MagicNumber | '0x80' is a magic number. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 83 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| coding | MagicNumber | '0x4000' is a magic number. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| coding | MagicNumber | '8' is a magic number. | 91 | |
| coding | MagicNumber | '0x3f' is a magic number. | 91 | |
| coding | MagicNumber | '0x80' is a magic number. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 92 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 102 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| javadoc | JavadocMethod | Expected an @return tag. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 115 | |
| design | DesignForExtension | Method 'encodeConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 115 | |
| misc | FinalParameters | Parameter min should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 115 | |
| misc | FinalParameters | Parameter max should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 115 | |
| misc | FinalParameters | Parameter stream should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 126 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 126 | |
| coding | MagicNumber | '256' is a magic number. | 126 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 139 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 141 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 141 | |
| coding | MagicNumber | '65536' is a magic number. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 147 | |
| coding | MagicNumber | '8' is a magic number. | 147 | |
| coding | MagicNumber | '0xFF' is a magic number. | 148 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| javadoc | JavadocMethod | Expected an @return tag. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 181 | |
| design | DesignForExtension | Method 'encodeSemiConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 181 | |
| misc | FinalParameters | Parameter min should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 181 | |
| misc | FinalParameters | Parameter stream should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 181 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 181 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| javadoc | JavadocMethod | Expected an @return tag. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 199 | |
| design | DesignForExtension | Method 'encodeNormallySmallNumber' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| misc | FinalParameters | Parameter value should be final. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 199 | |
| misc | FinalParameters | Parameter stream should be final. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 199 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 199 | |
| coding | MagicNumber | '64' is a magic number. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 208 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 208 | |
| coding | MagicNumber | '6' is a magic number. | 208 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 208 | |
| coding | MagicNumber | '6' is a magic number. | 209 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 210 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 210 | |
| blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| javadoc | JavadocMethod | Expected an @return tag. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 238 | |
| design | DesignForExtension | Method 'encodeUnconstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter value should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 238 | |
| misc | FinalParameters | Parameter stream should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 238 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'encodeInteger' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| misc | FinalParameters | Parameter object should be final. | 247 | |
| misc | FinalParameters | Parameter stream should be final. | 247 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 259 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 263 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 270 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 272 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 274 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 274 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 275 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 277 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 278 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 282 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 284 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| design | DesignForExtension | Method 'encodeReal' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter object should be final. | 291 | |
| misc | FinalParameters | Parameter stream should be final. | 291 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 292 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 299 | |
| coding | MagicNumber | '0x7ff0000000000000L' is a magic number. | 299 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 | |
| coding | MagicNumber | '0x40' is a magic number. | 302 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 303 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 303 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 306 | |
| coding | MagicNumber | '0xfff0000000000000L' is a magic number. | 306 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 307 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| coding | MagicNumber | '0x41' is a magic number. | 309 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 310 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 313 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 313 | |
| coding | MagicNumber | '0x7ff0000000000000L' is a magic number. | 314 | |
| coding | MagicNumber | '52' is a magic number. | 314 | |
| coding | MagicNumber | '1023' is a magic number. | 314 | |
| coding | MagicNumber | '52' is a magic number. | 314 | |
| coding | MagicNumber | '0x000fffffffffffffL' is a magic number. | 315 | |
| coding | MagicNumber | '0x10000000000000L' is a magic number. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 319 | |
| coding | MagicNumber | '0xFFL' is a magic number. | 319 | |
| coding | MagicNumber | '8' is a magic number. | 320 | |
| coding | MagicNumber | '8' is a magic number. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 325 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 329 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| coding | MagicNumber | '0x80' is a magic number. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 333 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 334 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 334 | |
| coding | MagicNumber | '0x8000000000000000L' is a magic number. | 334 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 335 | |
| coding | MagicNumber | '0x40' is a magic number. | 335 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 337 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 338 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 347 | |
| design | DesignForExtension | Method 'encodeLength' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter value should be final. | 347 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 347 | |
| misc | FinalParameters | Parameter stream should be final. | 347 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 349 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 350 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 353 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 356 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 357 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 357 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 362 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 362 | |
| blocks | EmptyBlock | Must have at least one statement. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 364 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 369 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 371 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 371 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 371 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 374 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 376 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 377 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 384 | |
| design | DesignForExtension | Method 'encodeSequencePreamble' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| misc | FinalParameters | Parameter object should be final. | 384 | |
| misc | FinalParameters | Parameter fields should be final. | 384 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 384 | |
| misc | FinalParameters | Parameter stream should be final. | 384 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 395 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 395 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 395 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 395 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 396 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 396 | |
| coding | MagicNumber | '8' is a magic number. | 402 | |
| coding | MagicNumber | '8' is a magic number. | 402 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 402 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| misc | FinalParameters | Parameter object should be final. | 405 | |
| misc | FinalParameters | Parameter stream should be final. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 406 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 406 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 409 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 409 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 413 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 418 | |
| design | DesignForExtension | Method 'encodeChoicePreamble' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| misc | FinalParameters | Parameter object should be final. | 418 | |
| misc | FinalParameters | Parameter stream should be final. | 418 | |
| misc | FinalParameters | Parameter elementIndex should be final. | 418 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 419 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| javadoc | JavadocMethod | Expected an @return tag. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| design | DesignForExtension | Method 'encodeChoice' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| misc | FinalParameters | Parameter object should be final. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 437 | |
| misc | FinalParameters | Parameter stream should be final. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 437 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 438 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 438 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 438 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 444 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 445 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 450 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 455 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 455 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 457 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 458 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 463 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 464 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 466 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 466 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 467 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 467 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 467 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 467 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 468 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 472 | |
| design | DesignForExtension | Method 'encodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| misc | FinalParameters | Parameter enumConstant should be final. | 472 | |
| misc | FinalParameters | Parameter enumClass should be final. | 472 | |
| misc | FinalParameters | Parameter stream should be final. | 472 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 474 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 476 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 481 | |
| whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 483 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 487 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 487 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 488 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 488 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 488 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| design | DesignForExtension | Method 'encodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| misc | FinalParameters | Parameter object should be final. | 493 | |
| misc | FinalParameters | Parameter stream should be final. | 493 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 494 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 502 | |
| design | DesignForExtension | Method 'encodeAny' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| misc | FinalParameters | Parameter object should be final. | 502 | |
| misc | FinalParameters | Parameter stream should be final. | 502 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 503 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 505 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 506 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 506 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 512 | |
| design | DesignForExtension | Method 'encodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 512 | |
| misc | FinalParameters | Parameter object should be final. | 512 | |
| misc | FinalParameters | Parameter stream should be final. | 512 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 513 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 519 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 519 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 519 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 520 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| design | DesignForExtension | Method 'encodeBitString' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| misc | FinalParameters | Parameter object should be final. | 524 | |
| misc | FinalParameters | Parameter stream should be final. | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 525 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 530 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 539 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 541 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 542 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 542 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 544 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 544 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 545 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 545 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 545 | |
| coding | MagicNumber | '7' is a magic number. | 546 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 546 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| design | DesignForExtension | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 555 | |
| misc | FinalParameters | Parameter object should be final. | 555 | |
| misc | FinalParameters | Parameter stream should be final. | 555 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 558 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 561 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 563 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| design | DesignForExtension | Method 'encodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 567 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| misc | FinalParameters | Parameter object should be final. | 567 | |
| misc | FinalParameters | Parameter stream should be final. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 568 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 568 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 570 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 572 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 573 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 573 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 579 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 579 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 580 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 580 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 583 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 583 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| design | DesignForExtension | Method 'encodeNull' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| misc | FinalParameters | Parameter object should be final. | 588 | |
| misc | FinalParameters | Parameter stream should be final. | 588 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| design | DesignForExtension | Method 'encodeSet' is not designed for extension - needs to be abstract, final or empty. | 595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 595 | |
| misc | FinalParameters | Parameter object should be final. | 595 | |
| misc | FinalParameters | Parameter stream should be final. | 595 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 596 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 599 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 608 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 610 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 611 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 616 | |
| design | DesignForExtension | Method 'encodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| misc | FinalParameters | Parameter object should be final. | 616 | |
| misc | FinalParameters | Parameter stream should be final. | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 617 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 617 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 622 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 19 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter value should be final. | 28 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter objectClass should be final. | 37 | |
| misc | FinalParameters | Parameter info should be final. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 39 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 41 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter objectClass should be final. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 64 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.utils.*. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter stream should be final. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 31 | |
| design | DesignForExtension | Method 'decodeConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter min should be final. | 31 | |
| misc | FinalParameters | Parameter max should be final. | 31 | |
| misc | FinalParameters | Parameter stream should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '7' is a magic number. | 43 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '8' is a magic number. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 54 | |
| design | DesignForExtension | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 54 | |
| misc | FinalParameters | Parameter objectClass should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter stream should be final. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 72 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '7' is a magic number. | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 27 | |
| design | DesignForExtension | Method 'encodeConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter value should be final. | 27 | |
| misc | FinalParameters | Parameter min should be final. | 27 | |
| misc | FinalParameters | Parameter max should be final. | 27 | |
| misc | FinalParameters | Parameter stream should be final. | 27 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '8' is a magic number. | 40 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '8' is a magic number. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter object should be final. | 56 | |
| misc | FinalParameters | Parameter stream should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '7' is a magic number. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter stream should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter name should be final. | 35 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter annotation should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter encoder should be final. | 44 | |
| misc | FinalParameters | Parameter object should be final. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 49 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter decoder should be final. | 49 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 49 | |
| misc | FinalParameters | Parameter objectClass should be final. | 49 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.ASN1Any. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 36 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter annotation should be final. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 45 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter encoder should be final. | 45 | |
| misc | FinalParameters | Parameter object should be final. | 45 | |
| misc | FinalParameters | Parameter stream should be final. | 45 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 50 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter decoder should be final. | 50 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 50 | |
| misc | FinalParameters | Parameter objectClass should be final. | 50 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 50 | |
| misc | FinalParameters | Parameter stream should be final. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter annotation should be final. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter encoder should be final. | 47 | |
| misc | FinalParameters | Parameter object should be final. | 47 | |
| misc | FinalParameters | Parameter stream should be final. | 47 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 52 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter decoder should be final. | 52 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 52 | |
| misc | FinalParameters | Parameter objectClass should be final. | 52 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 52 | |
| misc | FinalParameters | Parameter stream should be final. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter name should be final. | 39 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter objClass should be final. | 44 | |
| misc | FinalParameters | Parameter annotation should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'setupValueField' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter objClass should be final. | 49 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 59 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter encoder should be final. | 59 | |
| misc | FinalParameters | Parameter object should be final. | 59 | |
| misc | FinalParameters | Parameter stream should be final. | 59 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 72 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 82 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 83 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 90 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter decoder should be final. | 90 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 90 | |
| misc | FinalParameters | Parameter objectClass should be final. | 90 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 90 | |
| misc | FinalParameters | Parameter stream should be final. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 94 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 101 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 105 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 116 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter name should be final. | 35 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter annotation should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter encoder should be final. | 44 | |
| misc | FinalParameters | Parameter object should be final. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 49 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter decoder should be final. | 49 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 49 | |
| misc | FinalParameters | Parameter objectClass should be final. | 49 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter annotation should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter name should be final. | 52 | |
| coding | HiddenField | 'name' hides a field. | 52 | |
| misc | FinalParameters | Parameter isOptional should be final. | 53 | |
| coding | HiddenField | 'isOptional' hides a field. | 53 | |
| misc | FinalParameters | Parameter hasTag should be final. | 54 | |
| coding | HiddenField | 'hasTag' hides a field. | 54 | |
| misc | FinalParameters | Parameter isImplicitTag should be final. | 55 | |
| coding | HiddenField | 'isImplicitTag' hides a field. | 55 | |
| misc | FinalParameters | Parameter tagClass should be final. | 56 | |
| coding | HiddenField | 'tagClass' hides a field. | 56 | |
| misc | FinalParameters | Parameter tag should be final. | 57 | |
| coding | HiddenField | 'tag' hides a field. | 57 | |
| misc | FinalParameters | Parameter hasDefaultValue should be final. | 58 | |
| coding | HiddenField | 'hasDefaultValue' hides a field. | 58 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 59 | |
| design | DesignForExtension | Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 71 | |
| design | DesignForExtension | Method 'hasTag' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 76 | |
| design | DesignForExtension | Method 'isImplicitTag' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 81 | |
| design | DesignForExtension | Method 'getTagClass' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 86 | |
| design | DesignForExtension | Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 91 | |
| design | DesignForExtension | Method 'hasDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter encoder should be final. | 100 | |
| misc | FinalParameters | Parameter object should be final. | 100 | |
| misc | FinalParameters | Parameter stream should be final. | 100 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 105 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter decoder should be final. | 105 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 105 | |
| misc | FinalParameters | Parameter objectClass should be final. | 105 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 105 | |
| misc | FinalParameters | Parameter stream should be final. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 36 | |
| misc | FinalParameters | Parameter enumClass should be final. | 36 | |
| coding | HiddenField | 'enumClass' hides a field. | 36 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter annotation should be final. | 42 | |
| misc | FinalParameters | Parameter enumClass should be final. | 42 | |
| coding | HiddenField | 'enumClass' hides a field. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter encoder should be final. | 46 | |
| misc | FinalParameters | Parameter object should be final. | 46 | |
| misc | FinalParameters | Parameter stream should be final. | 46 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 51 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 51 | |
| misc | FinalParameters | Parameter objectClass should be final. | 51 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 51 | |
| misc | FinalParameters | Parameter stream should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter name should be final. | 34 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter annotation should be final. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter encoder should be final. | 43 | |
| misc | FinalParameters | Parameter object should be final. | 43 | |
| misc | FinalParameters | Parameter stream should be final. | 43 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 48 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter decoder should be final. | 48 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 48 | |
| misc | FinalParameters | Parameter objectClass should be final. | 48 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 48 | |
| misc | FinalParameters | Parameter stream should be final. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.lang.reflect.AnnotatedElement. | 20 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter name should be final. | 30 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 36 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter annotation should be final. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter encoder should be final. | 46 | |
| misc | FinalParameters | Parameter object should be final. | 46 | |
| misc | FinalParameters | Parameter stream should be final. | 46 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 51 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 51 | |
| misc | FinalParameters | Parameter objectClass should be final. | 51 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 51 | |
| misc | FinalParameters | Parameter stream should be final. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.OutputStream. | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.ElementInfo. | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.IASN1TypesEncoder. | 25 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| coding | HiddenField | 'name' hides a field. | 38 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter parentAnnotated should be final. | 48 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter name should be final. | 35 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter annotation should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter encoder should be final. | 44 | |
| misc | FinalParameters | Parameter object should be final. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 49 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter decoder should be final. | 49 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 49 | |
| misc | FinalParameters | Parameter objectClass should be final. | 49 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter name should be final. | 28 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter annotation should be final. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter encoder should be final. | 37 | |
| misc | FinalParameters | Parameter object should be final. | 37 | |
| misc | FinalParameters | Parameter stream should be final. | 37 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 42 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter decoder should be final. | 42 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 42 | |
| misc | FinalParameters | Parameter objectClass should be final. | 42 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 42 | |
| misc | FinalParameters | Parameter stream should be final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter annotation should be final. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter encoder should be final. | 47 | |
| misc | FinalParameters | Parameter object should be final. | 47 | |
| misc | FinalParameters | Parameter stream should be final. | 47 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 52 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter decoder should be final. | 52 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 52 | |
| misc | FinalParameters | Parameter objectClass should be final. | 52 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 52 | |
| misc | FinalParameters | Parameter stream should be final. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter annotation should be final. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter encoder should be final. | 47 | |
| misc | FinalParameters | Parameter object should be final. | 47 | |
| misc | FinalParameters | Parameter stream should be final. | 47 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 52 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter decoder should be final. | 52 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 52 | |
| misc | FinalParameters | Parameter objectClass should be final. | 52 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 52 | |
| misc | FinalParameters | Parameter stream should be final. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter annotation should be final. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter name should be final. | 41 | |
| misc | FinalParameters | Parameter isSet should be final. | 42 | |
| coding | HiddenField | 'isSet' hides a field. | 42 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 | |
| design | DesignForExtension | Method 'isSet' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter encoder should be final. | 53 | |
| misc | FinalParameters | Parameter object should be final. | 53 | |
| misc | FinalParameters | Parameter stream should be final. | 53 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 58 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter decoder should be final. | 58 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 58 | |
| misc | FinalParameters | Parameter objectClass should be final. | 58 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 58 | |
| misc | FinalParameters | Parameter stream should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 28 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 37 | |
| misc | FinalParameters | Parameter isSetOf should be final. | 37 | |
| coding | HiddenField | 'isSetOf' hides a field. | 37 | |
| misc | FinalParameters | Parameter itemClass should be final. | 37 | |
| coding | HiddenField | 'itemClass' hides a field. | 37 | |
| misc | FinalParameters | Parameter seqFieldAnnotatedElem should be final. | 37 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter annotation should be final. | 51 | |
| misc | FinalParameters | Parameter itemClass should be final. | 51 | |
| coding | HiddenField | 'itemClass' hides a field. | 51 | |
| misc | FinalParameters | Parameter seqFieldAnnotatedElem should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'isSetOf' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getItemClassMetadata' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 63 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter encoder should be final. | 63 | |
| misc | FinalParameters | Parameter object should be final. | 63 | |
| misc | FinalParameters | Parameter stream should be final. | 63 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 68 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter decoder should be final. | 68 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 68 | |
| misc | FinalParameters | Parameter objectClass should be final. | 68 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 68 | |
| misc | FinalParameters | Parameter stream should be final. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.CoderUtils. | 26 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter annotation should be final. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter name should be final. | 51 | |
| misc | FinalParameters | Parameter isUCS should be final. | 52 | |
| coding | HiddenField | 'isUCS' hides a field. | 52 | |
| misc | FinalParameters | Parameter stringType should be final. | 53 | |
| coding | HiddenField | 'stringType' hides a field. | 53 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 54 | |
| design | DesignForExtension | Method 'isUCS' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 61 | |
| design | DesignForExtension | Method 'getStringType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'setParentAnnotated' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter parent should be final. | 70 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 79 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter encoder should be final. | 79 | |
| misc | FinalParameters | Parameter object should be final. | 79 | |
| misc | FinalParameters | Parameter stream should be final. | 79 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 84 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter decoder should be final. | 84 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 84 | |
| misc | FinalParameters | Parameter objectClass should be final. | 84 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 84 | |
| misc | FinalParameters | Parameter stream should be final. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter name should be final. | 25 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 92). | 18 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter annotation should be final. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'checkValue' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter value should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 21 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter annotation should be final. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'checkValue' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter value should be final. | 37 | |
| whitespace | WhitespaceAround | '<=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocType | Unknown tag 'todo'. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter bitStrValue should be final. | 31 | |
| coding | HiddenField | 'bitStrValue' hides a field. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter bitStrValue should be final. | 35 | |
| coding | HiddenField | 'bitStrValue' hides a field. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| misc | FinalParameters | Parameter trailBitsCnt should be final. | 35 | |
| coding | HiddenField | 'trailBitsCnt' hides a field. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter src should be final. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getTrailBitsCnt' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getLengthInBits' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '8' is a magic number. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter val should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter val should be final. | 64 | |
| misc | FinalParameters | Parameter trailBitsCnt should be final. | 64 | |
| coding | HiddenField | 'trailBitsCnt' hides a field. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 27 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter obj should be final. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 28 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 28 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 28 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter oidAsStr should be final. | 24 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 40 | |
| design | DesignForExtension | Method 'getIntArray' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 45 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter byteStream should be final. | 27 | |
| coding | HiddenField | 'byteStream' hides a field. | 27 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 37 | |
| coding | MagicNumber | '8' is a magic number. | 37 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0xFF' is a magic number. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'readBit' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | MagicNumber | '8' is a magic number. | 48 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| coding | MagicNumber | '7' is a magic number. | 49 | |
| design | DesignForExtension | Method 'readBits' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter nBits should be final. | 54 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 56 | |
| coding | MagicNumber | '32' is a magic number. | 56 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'skipUnreadedBits' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'currentBit' must be private and have accessor methods. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | MagicNumber | '1024' is a magic number. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter initialSize should be final. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'align' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter b should be final. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '8' is a magic number. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter b should be final. | 50 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 50 | |
| misc | FinalParameters | Parameter off should be final. | 50 | |
| misc | FinalParameters | Parameter len should be final. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 57 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 | |
| coding | MagicNumber | '256' is a magic number. | 58 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| coding | MagicNumber | '8' is a magic number. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'writeBit' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'writeBit' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter bit should be final. | 76 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 77 | |
| coding | MagicNumber | '8' is a magic number. | 77 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 78 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x80' is a magic number. | 79 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 81 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 83 | |
| coding | MagicNumber | '0x80' is a magic number. | 83 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 86 | |
| coding | MagicNumber | '8' is a magic number. | 86 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'writeBits' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter bt should be final. | 91 | |
| misc | FinalParameters | Parameter count should be final. | 91 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 93 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getTrailBitsCnt' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | MagicNumber | '1024' is a magic number. | 38 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter out should be final. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'toByteArray' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 47 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter enc should be final. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter b should be final. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| design | DesignForExtension | Method 'resizeBuffer' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter newcount should be final. | 67 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 69 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 72 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter b should be final. | 77 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 77 | |
| misc | FinalParameters | Parameter off should be final. | 77 | |
| misc | FinalParameters | Parameter len should be final. | 77 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter knownconfig should be final. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 31 | |
| coding | MagicNumber | '0xE3' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2C' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| coding | MagicNumber | '0x50' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x79' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| coding | MagicNumber | '0x26' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 36 | |
| coding | MagicNumber | '0x80' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 38 | |
| coding | MagicNumber | '0x80' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 40 | |
| coding | MagicNumber | '0x80' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x08' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 42 | |
| coding | MagicNumber | '0x54' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x53' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x42' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x5f' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x4d' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x61' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x6e' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x61' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| coding | MagicNumber | '4' is a magic number. | 53 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '5' is a magic number. | 53 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x03' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 57 | |
| coding | MagicNumber | '4' is a magic number. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| coding | MagicNumber | '5' is a magic number. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter i should be final. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 29 | |
| coding | MagicNumber | '0xE2' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x32' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| coding | MagicNumber | '0x80' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2A' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| coding | MagicNumber | '0x50' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '0x79' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x26' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 35 | |
| coding | MagicNumber | '0x80' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| coding | MagicNumber | '0xA0' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x80' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x08' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| coding | MagicNumber | '0x11' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x22' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x33' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x44' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x55' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x66' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x77' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x88' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0xBC' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter i should be final. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 29 | |
| coding | MagicNumber | '0xE2' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x32' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| coding | MagicNumber | '0x80' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2A' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| coding | MagicNumber | '0x50' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '0x79' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x26' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 35 | |
| coding | MagicNumber | '0x80' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| coding | MagicNumber | '0x80' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x80' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x08' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| coding | MagicNumber | '0x11' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x22' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x33' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x44' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x55' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x66' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x77' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x88' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| coding | MagicNumber | '0x05' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0xDC' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x81' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter i should be final. | 84 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 29 | |
| coding | MagicNumber | '0xE2' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x32' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| coding | MagicNumber | '0x80' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2A' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| coding | MagicNumber | '0x50' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '0x79' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x26' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 35 | |
| coding | MagicNumber | '0x80' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| coding | MagicNumber | '0x80' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x80' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x08' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| coding | MagicNumber | '0x11' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x22' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x33' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x44' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x55' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x66' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x77' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x88' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| coding | MagicNumber | '0x06' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0xA4' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x81' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter i should be final. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| coding | MagicNumber | '0xE6' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter i should be final. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x12' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x10' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x36' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x0A' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter i should be final. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0xA8' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0xA6' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0xA0' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 38 | |
| coding | MagicNumber | '0x0D' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x1C' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x96' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| coding | MagicNumber | '0x40' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x03' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x90' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x06' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x04' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x24' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 52 | |
| coding | MagicNumber | '0x09' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x2F' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x04' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x4B' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0xB8' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 57 | |
| coding | MagicNumber | '0x0A' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '0x46' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 59 | |
| coding | MagicNumber | '0x40' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| coding | MagicNumber | '0xC0' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 62 | |
| coding | MagicNumber | '0x09' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x96' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0x20' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 67 | |
| coding | MagicNumber | '0x0A' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x55' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | MagicNumber | '0x0C' is a magic number. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0x08' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 71 | |
| coding | MagicNumber | '0x0A' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0x4C' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 72 | |
| coding | MagicNumber | '0x09' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x90' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x08' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| coding | MagicNumber | '0x06' is a magic number. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| coding | MagicNumber | '0x0A' is a magic number. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| coding | MagicNumber | '0x04' is a magic number. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x24' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 82 | |
| coding | MagicNumber | '0x09' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0x2F' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x04' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x48' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x1A' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 87 | |
| coding | MagicNumber | '0x0A' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| coding | MagicNumber | '0x46' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 89 | |
| coding | MagicNumber | '0x40' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0xC0' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 92 | |
| coding | MagicNumber | '0x09' is a magic number. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| coding | MagicNumber | '0x96' is a magic number. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 94 | |
| coding | MagicNumber | '0x0A' is a magic number. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| coding | MagicNumber | '0xA0' is a magic number. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 97 | |
| coding | MagicNumber | '0x0A' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| coding | MagicNumber | '0x55' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| coding | MagicNumber | '0x0C' is a magic number. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '0x08' is a magic number. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 101 | |
| coding | MagicNumber | '0x0A' is a magic number. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| coding | MagicNumber | '0x4C' is a magic number. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 102 | |
| coding | MagicNumber | '0x09' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '0x90' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '0x08' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '0x06' is a magic number. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0x03' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| coding | MagicNumber | '0x05' is a magic number. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| coding | MagicNumber | '0x30' is a magic number. | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 113 | |
| coding | MagicNumber | '0x09' is a magic number. | 113 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 | |
| coding | MagicNumber | '0x2F' is a magic number. | 113 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '0x04' is a magic number. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| coding | MagicNumber | '0x4B' is a magic number. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| coding | MagicNumber | '0xB8' is a magic number. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 118 | |
| coding | MagicNumber | '0x0A' is a magic number. | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '0x46' is a magic number. | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 120 | |
| coding | MagicNumber | '0x40' is a magic number. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| coding | MagicNumber | '0xC0' is a magic number. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 123 | |
| coding | MagicNumber | '0x09' is a magic number. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| coding | MagicNumber | '0x96' is a magic number. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| coding | MagicNumber | '0x20' is a magic number. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 128 | |
| coding | MagicNumber | '0x0A' is a magic number. | 128 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| coding | MagicNumber | '0x61' is a magic number. | 128 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| coding | MagicNumber | '0x08' is a magic number. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| coding | MagicNumber | '0x04' is a magic number. | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| coding | MagicNumber | '0x4C' is a magic number. | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| coding | MagicNumber | '0x34' is a magic number. | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 136 | |
| coding | MagicNumber | '0x0A' is a magic number. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| coding | MagicNumber | '0x55' is a magic number. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| coding | MagicNumber | '0x0C' is a magic number. | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 139 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 | |
| coding | MagicNumber | '0x08' is a magic number. | 139 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 140 | |
| coding | MagicNumber | '0x0A' is a magic number. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| coding | MagicNumber | '0x4C' is a magic number. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 141 | |
| coding | MagicNumber | '0x09' is a magic number. | 141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| coding | MagicNumber | '0x90' is a magic number. | 141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| coding | MagicNumber | '0x08' is a magic number. | 141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter i should be final. | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x44' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x42' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x3C' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 39 | |
| coding | MagicNumber | '0x0D' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x1C' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x32' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 41 | |
| coding | MagicNumber | '0x40' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x2C' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x06' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x04' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x24' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 49 | |
| coding | MagicNumber | '0x09' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x2F' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x04' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x4B' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x5C' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 52 | |
| coding | MagicNumber | '0x0A' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x46' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 54 | |
| coding | MagicNumber | '0xF0' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x40' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 55 | |
| coding | MagicNumber | '0x09' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '0x96' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 57 | |
| coding | MagicNumber | '0x17' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '0xA0' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 58 | |
| coding | MagicNumber | '0x0A' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| coding | MagicNumber | '0x55' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| coding | MagicNumber | '0x0C' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '0x08' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 62 | |
| coding | MagicNumber | '0x0A' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x56' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x04' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 63 | |
| coding | MagicNumber | '0x09' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x90' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x08' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter i should be final. | 67 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0xA2' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0xA0' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x35' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x9A' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 39 | |
| coding | MagicNumber | '0x0D' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x1C' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x90' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 41 | |
| coding | MagicNumber | '0x40' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x03' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x8A' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x06' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x04' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x24' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 49 | |
| coding | MagicNumber | '0x09' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x2F' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x04' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0xE1' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x40' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 52 | |
| coding | MagicNumber | '0x0A' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x46' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 54 | |
| coding | MagicNumber | '0xF0' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x40' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 55 | |
| coding | MagicNumber | '0x09' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '0x96' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 57 | |
| coding | MagicNumber | '0x06' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '0xC3' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 58 | |
| coding | MagicNumber | '0x0A' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| coding | MagicNumber | '0x55' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| coding | MagicNumber | '0x0C' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '0x08' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 62 | |
| coding | MagicNumber | '0x0A' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x56' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x04' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 63 | |
| coding | MagicNumber | '0x09' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x90' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x08' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0x06' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x04' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | MagicNumber | '0x24' is a magic number. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 69 | |
| coding | MagicNumber | '0x09' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| coding | MagicNumber | '0x2F' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0x04' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0xE1' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0x44' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 72 | |
| coding | MagicNumber | '0x0A' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x46' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 75 | |
| coding | MagicNumber | '0xF0' is a magic number. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| coding | MagicNumber | '0x48' is a magic number. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 76 | |
| coding | MagicNumber | '0x09' is a magic number. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| coding | MagicNumber | '0x96' is a magic number. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 78 | |
| coding | MagicNumber | '0x05' is a magic number. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| coding | MagicNumber | '0x11' is a magic number. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 79 | |
| coding | MagicNumber | '0x0A' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x55' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| coding | MagicNumber | '0x0C' is a magic number. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0x08' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 83 | |
| coding | MagicNumber | '0x0A' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x56' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x04' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 84 | |
| coding | MagicNumber | '0x09' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x90' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x08' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x06' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x03' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x05' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x2A' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 91 | |
| coding | MagicNumber | '0x09' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| coding | MagicNumber | '0x2F' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| coding | MagicNumber | '0x04' is a magic number. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| coding | MagicNumber | '0xE1' is a magic number. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| coding | MagicNumber | '0x50' is a magic number. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 94 | |
| coding | MagicNumber | '0x0A' is a magic number. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| coding | MagicNumber | '0x46' is a magic number. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 96 | |
| coding | MagicNumber | '0xF0' is a magic number. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| coding | MagicNumber | '0x42' is a magic number. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 97 | |
| coding | MagicNumber | '0x09' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| coding | MagicNumber | '0x96' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 99 | |
| coding | MagicNumber | '0x07' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| coding | MagicNumber | '0xA0' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 100 | |
| coding | MagicNumber | '0x0A' is a magic number. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '0x47' is a magic number. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 103 | |
| coding | MagicNumber | '0x0A' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| coding | MagicNumber | '0x55' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x0C' is a magic number. | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| coding | MagicNumber | '0x08' is a magic number. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 107 | |
| coding | MagicNumber | '0x0A' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| coding | MagicNumber | '0x56' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| coding | MagicNumber | '0x04' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 108 | |
| coding | MagicNumber | '0x09' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0x90' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0x08' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter i should be final. | 113 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x36' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x34' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x88' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x88' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x2E' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x24' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x1C' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| coding | MagicNumber | '0x0A' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x62' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 47 | |
| coding | MagicNumber | '0x20' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x07' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x12' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x06' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | MagicNumber | '0x12' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x10' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x0A' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x0A' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x48' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 53 | |
| coding | MagicNumber | '0x20' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x07' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x12' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x06' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| coding | MagicNumber | '0x12' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x10' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter i should be final. | 59 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x2A' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x28' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x22' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x18' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x04' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x10' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x0C' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 47 | |
| coding | MagicNumber | '0xFB' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x38' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x75' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x20' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 48 | |
| coding | MagicNumber | '0x20' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x08' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x05' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x06' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| coding | MagicNumber | '0x08' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x30' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter i should be final. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x5A' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x58' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x36' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x52' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x48' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x04' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x40' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x0C' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 47 | |
| coding | MagicNumber | '0xFF' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0xFA' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 48 | |
| coding | MagicNumber | '0x20' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x07' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x12' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x06' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| coding | MagicNumber | '0x12' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x10' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x03' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x0C' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 53 | |
| coding | MagicNumber | '0xFF' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0xF3' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 54 | |
| coding | MagicNumber | '0x20' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x07' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x12' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x06' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| coding | MagicNumber | '0x12' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '0x10' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| coding | MagicNumber | '0x0C' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 59 | |
| coding | MagicNumber | '0xFF' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| coding | MagicNumber | '0xF8' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 60 | |
| coding | MagicNumber | '0x20' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '0x07' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '0x12' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '0x06' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '0x20' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '0x05' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x03' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0x0C' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 65 | |
| coding | MagicNumber | '0xFF' is a magic number. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| coding | MagicNumber | '0xF2' is a magic number. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 66 | |
| coding | MagicNumber | '0x20' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x07' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x12' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x06' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| coding | MagicNumber | '0x20' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x05' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter i should be final. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 64 | |
| coding | MagicNumber | '0xE7' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| coding | MagicNumber | '0x3E' is a magic number. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x3C' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x54' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| coding | MagicNumber | '0x36' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 72 | |
| coding | MagicNumber | '0x0D' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x1D' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '0x2C' is a magic number. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 74 | |
| coding | MagicNumber | '0xF0' is a magic number. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| coding | MagicNumber | '0x24' is a magic number. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x12' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| coding | MagicNumber | '0x03' is a magic number. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| coding | MagicNumber | '0x06' is a magic number. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0x78' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x50' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x64' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 85 | |
| coding | MagicNumber | '0x20' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x07' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x12' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x06' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x12' is a magic number. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| coding | MagicNumber | '0x10' is a magic number. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x0A' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 89 | |
| coding | MagicNumber | '0xF2' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x58' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 90 | |
| coding | MagicNumber | '0x20' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x07' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x12' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x06' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x12' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| coding | MagicNumber | '0x10' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter i should be final. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x2A' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x28' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x36' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x22' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x18' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x10' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x0C' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 45 | |
| coding | MagicNumber | '0xFF' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| coding | MagicNumber | '0xFA' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 46 | |
| coding | MagicNumber | '0x20' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x07' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x12' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x06' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | MagicNumber | '0x12' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x10' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter i should be final. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x28' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x26' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x36' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x20' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x16' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x0E' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x0A' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 45 | |
| coding | MagicNumber | '0xF3' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| coding | MagicNumber | '0x52' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 46 | |
| coding | MagicNumber | '0x20' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x07' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x12' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x06' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | MagicNumber | '0x12' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x10' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter i should be final. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0xBA' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0xB8' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| coding | MagicNumber | '0x10' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0xB2' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1E' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0xA8' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x05' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0xA0' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x03' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x1A' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 48 | |
| coding | MagicNumber | '0x0A' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x56' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x04' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 50 | |
| coding | MagicNumber | '0xFE' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x1C' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x5C' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 51 | |
| coding | MagicNumber | '0x09' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x90' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x08' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 53 | |
| coding | MagicNumber | '0x20' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x12' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x05' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x08' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x15' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x16' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 55 | |
| coding | MagicNumber | '0x09' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '0x96' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 57 | |
| coding | MagicNumber | '0x06' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '0xC3' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '0x03' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x1A' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x0A' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x56' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0x04' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0xFE' is a magic number. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| coding | MagicNumber | '0x1C' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x66' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x09' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x90' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | MagicNumber | '0x08' is a magic number. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | MagicNumber | '0x20' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| coding | MagicNumber | '0x12' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| coding | MagicNumber | '0x05' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0x08' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0x15' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0x04' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0x12' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x09' is a magic number. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '0x96' is a magic number. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| coding | MagicNumber | '0x06' is a magic number. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| coding | MagicNumber | '0xC3' is a magic number. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x03' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| coding | MagicNumber | '0x1A' is a magic number. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| coding | MagicNumber | '0x0A' is a magic number. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| coding | MagicNumber | '0x56' is a magic number. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0x04' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0xFE' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x1C' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x5C' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x09' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x90' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| coding | MagicNumber | '0x08' is a magic number. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| coding | MagicNumber | '0x20' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| coding | MagicNumber | '0x12' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| coding | MagicNumber | '0x05' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x08' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x15' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x17' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x29' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x09' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| coding | MagicNumber | '0x96' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| coding | MagicNumber | '0x06' is a magic number. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| coding | MagicNumber | '0xC3' is a magic number. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| coding | MagicNumber | '0x03' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| coding | MagicNumber | '0x1A' is a magic number. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| coding | MagicNumber | '0x0A' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| coding | MagicNumber | '0x56' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '0x04' is a magic number. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '0xFE' is a magic number. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| coding | MagicNumber | '0x1C' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '0x66' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '0x09' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| coding | MagicNumber | '0x90' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x08' is a magic number. | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x20' is a magic number. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '0x12' is a magic number. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '0x05' is a magic number. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| coding | MagicNumber | '0x08' is a magic number. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| coding | MagicNumber | '0x15' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| coding | MagicNumber | '0x19' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| coding | MagicNumber | '0x37' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0x09' is a magic number. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| coding | MagicNumber | '0x96' is a magic number. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| coding | MagicNumber | '0x06' is a magic number. | 111 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| coding | MagicNumber | '0xC3' is a magic number. | 111 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| coding | MagicNumber | '0x03' is a magic number. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '0x1A' is a magic number. | 116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '0x0A' is a magic number. | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| coding | MagicNumber | '0x56' is a magic number. | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '0x04' is a magic number. | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '0xFE' is a magic number. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| coding | MagicNumber | '0x1C' is a magic number. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| coding | MagicNumber | '0x5C' is a magic number. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| coding | MagicNumber | '0x09' is a magic number. | 121 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 | |
| coding | MagicNumber | '0x90' is a magic number. | 121 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 | |
| coding | MagicNumber | '0x08' is a magic number. | 122 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 | |
| coding | MagicNumber | '0x20' is a magic number. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| coding | MagicNumber | '0x12' is a magic number. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| coding | MagicNumber | '0x05' is a magic number. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| coding | MagicNumber | '0x08' is a magic number. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| coding | MagicNumber | '0x15' is a magic number. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| coding | MagicNumber | '0x20' is a magic number. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| coding | MagicNumber | '0x55' is a magic number. | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| coding | MagicNumber | '0x09' is a magic number. | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 | |
| coding | MagicNumber | '0x96' is a magic number. | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| coding | MagicNumber | '0x06' is a magic number. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| coding | MagicNumber | '0xC3' is a magic number. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter i should be final. | 144 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 144 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| coding | MagicNumber | '0xE5' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter i should be final. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| coding | MagicNumber | '0xE4' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter i should be final. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 29 | |
| coding | MagicNumber | '0xE2' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x32' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| coding | MagicNumber | '0x80' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2A' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| coding | MagicNumber | '0x50' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '0x79' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x26' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 35 | |
| coding | MagicNumber | '0x80' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| coding | MagicNumber | '0xA0' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x80' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x08' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| coding | MagicNumber | '0x11' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x22' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x33' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x44' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x55' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x66' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x77' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x88' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| coding | MagicNumber | '0x40' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter i should be final. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 78 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter id should be final. | 100 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| misc | FinalParameters | Parameter code should be final. | 230 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| misc | FinalParameters | Parameter key should be final. | 262 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 265 | |
| coding | MagicNumber | '4' is a magic number. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 266 | |
| coding | MagicNumber | '8' is a magic number. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| misc | FinalParameters | Parameter buf should be final. | 274 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 275 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 278 | |
| coding | MagicNumber | '0xF0' is a magic number. | 279 | |
| coding | MagicNumber | '4' is a magic number. | 279 | |
| coding | MagicNumber | '0x0F' is a magic number. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter buf should be final. | 286 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 287 | |
| coding | MagicNumber | '3' is a magic number. | 288 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 290 | |
| coding | MagicNumber | '3' is a magic number. | 291 | |
| coding | MagicNumber | '0xF0' is a magic number. | 291 | |
| coding | MagicNumber | '4' is a magic number. | 291 | |
| coding | MagicNumber | '3' is a magic number. | 292 | |
| coding | MagicNumber | '0x0F' is a magic number. | 292 | |
| coding | MagicNumber | '3' is a magic number. | 293 | |
| coding | MagicNumber | '0x20' is a magic number. | 293 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| naming | MethodName | Name 'BCDtoInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| misc | FinalParameters | Parameter bcd should be final. | 300 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 301 | |
| coding | MagicNumber | '16' is a magic number. | 301 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 301 | |
| coding | MagicNumber | '10' is a magic number. | 301 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 301 | |
| coding | MagicNumber | '16' is a magic number. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| misc | FinalParameters | Parameter apdu should be final. | 303 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| misc | FinalParameters | Parameter phrase should be final. | 31 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 32 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| misc | FinalParameters | Parameter phrase should be final. | 36 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 37 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| misc | FinalParameters | Parameter phrase should be final. | 40 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 41 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| misc | FinalParameters | Parameter phrase should be final. | 44 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 45 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter decoderMDER should be final. | 50 | |
| misc | FinalParameters | Parameter string should be final. | 50 | |
| misc | FinalParameters | Parameter e should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 52 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter name should be final. | 56 | |
| misc | FinalParameters | Parameter string should be final. | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter obj should be final. | 62 | |
| misc | FinalParameters | Parameter string should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 64 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter attribute should be final. | 68 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter string should be final. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter string should be final. | 80 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter string should be final. | 83 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter string should be final. | 87 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter string should be final. | 90 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter string should be final. | 94 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter string should be final. | 97 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 98 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter str should be final. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter str should be final. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 105 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter string should be final. | 108 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter string should be final. | 112 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter string should be final. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 117 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter string should be final. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| naming | MethodName | Name 'Separator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.events.Event. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.events.EventIEEEManager. | 26 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.events.EventIEEEType. | 27 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.manager.Manager. | 28 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.CoderFactory. | 30 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.ASN1TypeMetadata. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 48 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'encoder' must be private and have accessor methods. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'bais' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'baos' must be private and have accessor methods. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| misc | FinalParameters | Parameter encoder should be final. | 64 | |
| coding | HiddenField | 'encoder' hides a field. | 64 | |
| misc | FinalParameters | Parameter decoder should be final. | 64 | |
| coding | HiddenField | 'decoder' hides a field. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'decodeAARE' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter rmp should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'decode10415AARQ' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter rmp should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'decodeUnknownCfg' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter rmp should be final. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'decodeExtended10415CfgReport' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| misc | FinalParameters | Parameter rmp should be final. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'decodeExtended10404CfgReport' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter rmp should be final. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'decodeExtended10408CfgReport' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter rmp should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| design | DesignForExtension | Method 'decodeExtended10415Measure' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| misc | FinalParameters | Parameter rmp should be final. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'decodeExtended10404Measure' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| misc | FinalParameters | Parameter rmp should be final. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 276 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'decodeExtended10408Measure' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter rmp should be final. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 303 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| design | DesignForExtension | Method 'decode10417AARQ' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| misc | FinalParameters | Parameter rmp should be final. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| design | DesignForExtension | Method 'decode10407AARQ' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| misc | FinalParameters | Parameter rmp should be final. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 357 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| design | DesignForExtension | Method 'decodeRLRQ' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| misc | FinalParameters | Parameter rmp should be final. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 385 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| design | DesignForExtension | Method 'decodeABRT' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| misc | FinalParameters | Parameter rmp should be final. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| design | DesignForExtension | Method 'decode10415Measure' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| misc | FinalParameters | Parameter rmp should be final. | 425 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 439 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 | |
| design | DesignForExtension | Method 'decodeRealWeightMeasure' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| misc | FinalParameters | Parameter rmp should be final. | 453 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 467 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 472 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'decode10407Measure' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| misc | FinalParameters | Parameter rmp should be final. | 482 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 496 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 501 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| design | DesignForExtension | Method 'decode10417Measure' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| misc | FinalParameters | Parameter rmp should be final. | 510 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 511 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 524 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| design | DesignForExtension | Method 'waiting' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 539 | |
| misc | FinalParameters | Parameter n should be final. | 539 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 545 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 545 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| whitespace | WhitespaceAround | 'do' is not followed by whitespace. | 547 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 547 | |
| coding | MagicNumber | '1000' is a magic number. | 550 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.File. | 24 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 29 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 30 | |
| imports | UnusedImports | Unused import - java.util.Map. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 59 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter fw should be final. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| misc | FinalParameters | Parameter value should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 147 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 153 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 160 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 167 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 177 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 179 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 180 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 197 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 201 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 202 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 211 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 211 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 212 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 212 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 213 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 213 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 214 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 214 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 220 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 220 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 221 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 222 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 223 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 223 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 224 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 224 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 225 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 226 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 227 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 228 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 228 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 228 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 229 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 229 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 230 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 231 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 231 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 231 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 232 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 232 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 232 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 233 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 233 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 241 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 242 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 243 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 243 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 244 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 244 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 245 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 249 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 250 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 250 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 251 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 251 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 259 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 260 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 261 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 261 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 262 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 262 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 263 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 263 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 264 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 264 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 266 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 266 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 267 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 267 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 267 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 271 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 279 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 280 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 280 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 280 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 284 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 285 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 285 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 286 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 286 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 287 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 287 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 295 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 295 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 295 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 296 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 296 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 296 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 297 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 297 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 297 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 297 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 298 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 298 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 298 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 298 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 299 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 299 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 299 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 299 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 300 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 300 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 300 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 300 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 301 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 301 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 301 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 301 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 302 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 302 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 302 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 302 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 303 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 303 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 303 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 303 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 304 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 304 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 304 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 304 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 304 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 308 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 308 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 308 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 309 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 309 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 309 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 309 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 310 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 310 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 311 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 311 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 311 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 311 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 312 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 312 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 312 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 312 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 313 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 313 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 313 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 313 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 314 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 314 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 314 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 314 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 315 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 315 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 315 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 315 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 316 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 316 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 316 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 316 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 317 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 317 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 317 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 317 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 318 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 318 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 318 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 318 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 319 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 319 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 319 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 319 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 320 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 320 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 320 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 320 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 321 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 321 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 321 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 321 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 322 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 322 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 322 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 322 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 323 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 323 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 323 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 323 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 324 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 324 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 324 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 324 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 325 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 325 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 325 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 325 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 326 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 326 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 326 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 326 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 327 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 327 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 327 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 327 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 328 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 328 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 328 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 328 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 329 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 329 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 329 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 329 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 330 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 330 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 330 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 330 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 331 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 331 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 331 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 331 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 332 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 332 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 332 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 332 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 333 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 333 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 333 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 333 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 334 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 334 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 334 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 334 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 335 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 335 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 335 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 335 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 336 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 336 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 336 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 336 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 337 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 337 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 337 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 337 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 338 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 338 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 338 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 338 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 339 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 339 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 339 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 339 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 340 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 340 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 340 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 340 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 341 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 341 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 341 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 341 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 342 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 342 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 342 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 342 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 343 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 343 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 343 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 343 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 349 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 349 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 350 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 350 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 350 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 351 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 351 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 351 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 352 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 352 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 352 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 353 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 353 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 353 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 353 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| naming | ConstantName | Name 'ST_ALG_RECURSIVE_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 155 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 195 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 197 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 203 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 205 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 207 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 211 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 213 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 215 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 217 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 219 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 228 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 229 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 233 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 236 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 237 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 241 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 246 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 248 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 249 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 250 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 251 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 254 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 255 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 256 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 257 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 258 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 260 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 261 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 262 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 265 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 266 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 267 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 268 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 269 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 270 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 271 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 272 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 274 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 275 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 278 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 281 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 282 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 283 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 284 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 285 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 286 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 287 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 288 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 289 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 290 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 291 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 294 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 295 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 297 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 300 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 301 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 302 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 305 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 306 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 307 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 311 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 312 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 313 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 314 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 315 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 316 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 317 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 318 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 321 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 322 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 323 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 324 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 325 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 326 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 327 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 328 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 329 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 330 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 331 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 332 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 333 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 334 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 335 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 336 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 337 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 338 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.AbsoluteTimeAdjust. | 37 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.BITS_16. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'bais' must be private and have accessor methods. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| naming | MemberName | Name 'time_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| design | VisibilityModifier | Variable 'time_gap' must be private and have accessor methods. | 77 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 80 | |
| javadoc | JavadocMethod | Unused @param tag for 'cfgreport'. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 82 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter decoder should be final. | 86 | |
| coding | HiddenField | 'decoder' hides a field. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'decoder'. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'MDS_Configuration_Event' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| naming | MethodName | Name 'MDS_Configuration_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| misc | FinalParameters | Parameter cfgreport should be final. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| naming | LocalVariableName | Name 'response_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 94 | |
| naming | LocalVariableName | Name 'cfg_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 96 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 103 | |
| naming | LocalVariableName | Name 'obj_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 178 | |
| design | DesignForExtension | Method 'MDS_Dynamic_Data_Update_Var' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| misc | FinalParameters | Parameter scanreportinfovar should be final. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfovar'. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 179 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 179 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 191 | |
| naming | LocalVariableName | Name 'size_of_attrlist' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 194 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 197 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 201 | |
| naming | LocalVariableName | Name 'ava_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 203 | |
| naming | LocalVariableName | Name 'ava_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 204 | |
| naming | LocalVariableName | Name 'ava_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 210 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 211 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 231 | |
| design | DesignForExtension | Method 'MDS_Dynamic_Data_Update_Fixed' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| misc | FinalParameters | Parameter scanreportinfofixed should be final. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfofixed'. | 231 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 232 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 232 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 246 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 257 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| naming | LocalVariableName | Name 'size_of_attr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 267 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 267 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 269 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 269 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 283 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 288 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 288 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| misc | FinalParameters | Parameter scanreportinfompvar should be final. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter scanreportinfompfixed should be final. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| design | DesignForExtension | Method 'getTimeGapofDevice' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| misc | FinalParameters | Parameter rors_cmip_get should be final. | 329 | |
| naming | ParameterName | Name 'rors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
| naming | LocalVariableName | Name 'attr_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 333 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 333 | |
| naming | LocalVariableName | Name 'attr_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 | |
| coding | MagicNumber | '2439' is a magic number. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 339 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 339 | |
| coding | MagicNumber | '2439' is a magic number. | 339 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 340 | |
| naming | LocalVariableName | Name 'attr_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 351 | |
| coding | MagicNumber | '6' is a magic number. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 357 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 364 | |
| naming | LocalVariableName | Name 'device_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_day' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_hour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_secs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 366 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 366 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 366 | |
| coding | MagicNumber | '100' is a magic number. | 366 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 366 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 376 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 376 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 377 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 377 | |
| coding | MagicNumber | '3' is a magic number. | 378 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 378 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 378 | |
| coding | MagicNumber | '4' is a magic number. | 379 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 379 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 379 | |
| coding | MagicNumber | '5' is a magic number. | 380 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 380 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.ConfigReport. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'bais' must be private and have accessor methods. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter decoder should be final. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'createNumeric' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 60 | |
| naming | LocalVariableName | Name 'int_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 72 | |
| naming | LocalVariableName | Name 'attr_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| naming | LocalVariableName | Name 'ava_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 83 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 91 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 96 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| naming | MethodName | Name 'createRT_SA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| naming | TypeName | Name 'p10404PulsiOximeter' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'spo2attributes' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'pulserateattributes' must be private and have accessor methods. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 87 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| coding | MagicNumber | '10' is a magic number. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 157 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 159 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 159 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '>>' is not preceded with whitespace. | 160 | |
| coding | MagicNumber | '8' is a magic number. | 160 | |
| whitespace | WhitespaceAround | '>>' is not followed by whitespace. | 160 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| coding | MagicNumber | '10' is a magic number. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 50 | |
| naming | TypeName | Name 'p10407BloodPressure' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'bloodpressureattributes' must be private and have accessor methods. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'pulserateattributes' must be private and have accessor methods. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter decoder should be final. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 100 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 115 | |
| coding | MagicNumber | '3' is a magic number. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| naming | LocalVariableName | Name 'oid_systolic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| naming | LocalVariableName | Name 'oid_diastolic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| naming | LocalVariableName | Name 'oid_mean' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 137 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 156 | |
| coding | MagicNumber | '10' is a magic number. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 203 | |
| naming | LocalVariableName | Name 'mss_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 206 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 206 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 206 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 206 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 207 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAround | '>>' is not preceded with whitespace. | 207 | |
| coding | MagicNumber | '8' is a magic number. | 207 | |
| whitespace | WhitespaceAround | '>>' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 207 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 207 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 233 | |
| coding | MagicNumber | '8' is a magic number. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 47 | |
| naming | TypeName | Name 'p10408Thermometer' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'temperatureattributes' must be private and have accessor methods. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 85 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| naming | TypeName | Name 'p10415WeighingScale' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'bodyweight' must be private and have accessor methods. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter decoder should be final. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 86 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 112 | |
| coding | MagicNumber | '4' is a magic number. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 118 | |
| coding | MagicNumber | '8' is a magic number. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| naming | TypeName | Name 'p10417Glucometer' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'glucometerattributes' must be private and have accessor methods. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 82 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 114 | |
| coding | MagicNumber | '8' is a magic number. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| naming | TypeName | Name 'p10441ActivityMonitor' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 34 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'activitymonitorattributes' must be private and have accessor methods. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter decoder should be final. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| naming | TypeName | Name 'p10442Strength' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'strengthattributes' must be private and have accessor methods. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter decoder should be final. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| naming | TypeName | Name 'p10471ActivityHub' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'activityhubattributes' must be private and have accessor methods. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter decoder should be final. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'AVA_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'attribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'attribute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getAttribute_id' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getAttribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setAttribute_id' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setAttribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getAttribute_value' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getAttribute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setAttribute_value' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setAttribute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'selected_data_proto' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setResult' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getSelected_data_proto' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getSelected_data_proto' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSelected_data_proto' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setSelected_data_proto' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'assoc_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'data_proto_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getAssoc_version' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getAssoc_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setAssoc_version' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setAssoc_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getData_proto_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getData_proto_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setData_proto_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setData_proto_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'Abort_reason' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'from_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'to_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getFrom_time' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getFrom_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setFrom_time' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setFrom_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getTo_time' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getTo_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setTo_time' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setTo_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 75 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| naming | MemberName | Name 'sec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 | |
| misc | FinalParameters | Parameter value should be final. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 135 | |
| misc | FinalParameters | Parameter value should be final. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 147 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| design | DesignForExtension | Method 'getSecond' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 159 | |
| misc | FinalParameters | Parameter value should be final. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| design | DesignForExtension | Method 'getSec_fractions' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| naming | MethodName | Name 'getSec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setSec_fractions' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| naming | MethodName | Name 'setSec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '6L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| coding | HiddenField | 'value' hides a field. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter btStr should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'action_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | MemberName | Name 'action_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'getAction_type' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'getAction_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setAction_type' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| naming | MethodName | Name 'setAction_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getAction_info_args' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | MethodName | Name 'getAction_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setAction_info_args' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| naming | MethodName | Name 'setAction_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'action_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | MemberName | Name 'action_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'getAction_type' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'getAction_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setAction_type' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| naming | MethodName | Name 'setAction_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getAction_info_args' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | MethodName | Name 'getAction_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setAction_info_args' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| naming | MethodName | Name 'setAction_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| coding | MagicNumber | '57856' is a magic number. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| coding | MagicNumber | '58112' is a magic number. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| coding | MagicNumber | '58368' is a magic number. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| coding | MagicNumber | '58624' is a magic number. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| coding | MagicNumber | '58880' is a magic number. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| coding | MagicNumber | '59136' is a magic number. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getAarq' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| design | DesignForExtension | Method 'isAarqSelected' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'selectAarq' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getAare' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 102 | |
| design | DesignForExtension | Method 'isAareSelected' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'selectAare' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'getRlrq' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 133 | |
| design | DesignForExtension | Method 'isRlrqSelected' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 141 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'selectRlrq' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| design | DesignForExtension | Method 'getRlre' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 164 | |
| design | DesignForExtension | Method 'isRlreSelected' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| design | DesignForExtension | Method 'selectRlre' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| design | DesignForExtension | Method 'getAbrt' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 195 | |
| design | DesignForExtension | Method 'isAbrtSelected' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 203 | |
| misc | FinalParameters | Parameter value should be final. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'selectAbrt' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 208 | |
| misc | FinalParameters | Parameter value should be final. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| design | DesignForExtension | Method 'getPrst' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 226 | |
| design | DesignForExtension | Method 'isPrstSelected' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 234 | |
| misc | FinalParameters | Parameter value should be final. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| design | DesignForExtension | Method 'selectPrst' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 239 | |
| misc | FinalParameters | Parameter value should be final. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 260 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'attribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attribute_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getAttribute_id' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getAttribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setAttribute_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setAttribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute_len' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttribute_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute_len' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttribute_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'modify_operator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getModify_operator' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getModify_operator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setModify_operator' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setModify_operator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'auth_body' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'auth_body_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getAuth_body' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getAuth_body' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setAuth_body' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setAuth_body' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAuth_body_struc_type' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAuth_body_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAuth_body_struc_type' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAuth_body_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'BITS_16' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '16L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'BITS_32' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '32L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'unit_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| coding | HiddenField | 'value' hides a field. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getUnit_' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getUnit_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setUnit_' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setUnit_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| coding | HiddenField | 'value' hides a field. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getObj_class' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getObj_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setObj_class' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'setObj_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| misc | FinalParameters | Parameter value should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'config_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'config_obj_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getConfig_report_id' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getConfig_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setConfig_report_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setConfig_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getConfig_obj_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getConfig_obj_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setConfig_obj_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setConfig_obj_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'config_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'config_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getConfig_report_id' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getConfig_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setConfig_report_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setConfig_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getConfig_result' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getConfig_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setConfig_result' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setConfig_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'invoke_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| coding | MagicNumber | '256' is a magic number. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'roiv_cmip_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| coding | MagicNumber | '257' is a magic number. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| naming | MemberName | Name 'roiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| coding | MagicNumber | '259' is a magic number. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name 'roiv_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| coding | MagicNumber | '260' is a magic number. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | MemberName | Name 'roiv_cmip_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 | |
| coding | MagicNumber | '261' is a magic number. | 70 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| naming | MemberName | Name 'roiv_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 75 | |
| coding | MagicNumber | '262' is a magic number. | 75 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| naming | MemberName | Name 'roiv_cmip_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 80 | |
| coding | MagicNumber | '263' is a magic number. | 80 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| naming | MemberName | Name 'roiv_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 85 | |
| coding | MagicNumber | '513' is a magic number. | 85 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| naming | MemberName | Name 'rors_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 90 | |
| coding | MagicNumber | '515' is a magic number. | 90 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| naming | MemberName | Name 'rors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 95 | |
| coding | MagicNumber | '517' is a magic number. | 95 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| naming | MemberName | Name 'rors_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 100 | |
| coding | MagicNumber | '519' is a magic number. | 100 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| naming | MemberName | Name 'rors_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 105 | |
| coding | MagicNumber | '768' is a magic number. | 105 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 110 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 110 | |
| coding | MagicNumber | '1024' is a magic number. | 110 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 110 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getRoiv_cmip_event_report' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| naming | MethodName | Name 'getRoiv_cmip_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 116 | |
| design | DesignForExtension | Method 'isRoiv_cmip_event_reportSelected' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| naming | MethodName | Name 'isRoiv_cmip_event_reportSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| naming | MethodName | Name 'setRoiv_cmip_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 124 | |
| misc | FinalParameters | Parameter value should be final. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 129 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_event_report' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| naming | MethodName | Name 'selectRoiv_cmip_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 161 | |
| design | DesignForExtension | Method 'getRoiv_cmip_confirmed_event_report' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| naming | MethodName | Name 'getRoiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 161 | |
| design | DesignForExtension | Method 'isRoiv_cmip_confirmed_event_reportSelected' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| naming | MethodName | Name 'isRoiv_cmip_confirmed_event_reportSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| naming | MethodName | Name 'setRoiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 169 | |
| misc | FinalParameters | Parameter value should be final. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 174 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_confirmed_event_report' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| naming | MethodName | Name 'selectRoiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 174 | |
| misc | FinalParameters | Parameter value should be final. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| design | DesignForExtension | Method 'getRoiv_cmip_get' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| naming | MethodName | Name 'getRoiv_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 206 | |
| design | DesignForExtension | Method 'isRoiv_cmip_getSelected' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| naming | MethodName | Name 'isRoiv_cmip_getSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| naming | MethodName | Name 'setRoiv_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 214 | |
| misc | FinalParameters | Parameter value should be final. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_get' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| naming | MethodName | Name 'selectRoiv_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 219 | |
| misc | FinalParameters | Parameter value should be final. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| design | DesignForExtension | Method 'getRoiv_cmip_set' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| naming | MethodName | Name 'getRoiv_cmip_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 251 | |
| design | DesignForExtension | Method 'isRoiv_cmip_setSelected' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| naming | MethodName | Name 'isRoiv_cmip_setSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| naming | MethodName | Name 'setRoiv_cmip_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 259 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 259 | |
| misc | FinalParameters | Parameter value should be final. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_set' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| naming | MethodName | Name 'selectRoiv_cmip_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| design | DesignForExtension | Method 'getRoiv_cmip_confirmed_set' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| naming | MethodName | Name 'getRoiv_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 296 | |
| design | DesignForExtension | Method 'isRoiv_cmip_confirmed_setSelected' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| naming | MethodName | Name 'isRoiv_cmip_confirmed_setSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| naming | MethodName | Name 'setRoiv_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 304 | |
| misc | FinalParameters | Parameter value should be final. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_confirmed_set' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| naming | MethodName | Name 'selectRoiv_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 309 | |
| misc | FinalParameters | Parameter value should be final. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'getRoiv_cmip_action' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| naming | MethodName | Name 'getRoiv_cmip_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 341 | |
| design | DesignForExtension | Method 'isRoiv_cmip_actionSelected' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| naming | MethodName | Name 'isRoiv_cmip_actionSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| naming | MethodName | Name 'setRoiv_cmip_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_action' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| naming | MethodName | Name 'selectRoiv_cmip_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 354 | |
| misc | FinalParameters | Parameter value should be final. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| design | DesignForExtension | Method 'getRoiv_cmip_confirmed_action' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| naming | MethodName | Name 'getRoiv_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 386 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 386 | |
| design | DesignForExtension | Method 'isRoiv_cmip_confirmed_actionSelected' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| naming | MethodName | Name 'isRoiv_cmip_confirmed_actionSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| naming | MethodName | Name 'setRoiv_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 394 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 394 | |
| misc | FinalParameters | Parameter value should be final. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 399 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_confirmed_action' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| naming | MethodName | Name 'selectRoiv_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 399 | |
| misc | FinalParameters | Parameter value should be final. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| design | DesignForExtension | Method 'getRors_cmip_confirmed_event_report' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| naming | MethodName | Name 'getRors_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 431 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 431 | |
| design | DesignForExtension | Method 'isRors_cmip_confirmed_event_reportSelected' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| naming | MethodName | Name 'isRors_cmip_confirmed_event_reportSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 435 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| naming | MethodName | Name 'setRors_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 439 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 439 | |
| misc | FinalParameters | Parameter value should be final. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 444 | |
| design | DesignForExtension | Method 'selectRors_cmip_confirmed_event_report' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| naming | MethodName | Name 'selectRors_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 444 | |
| misc | FinalParameters | Parameter value should be final. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| design | DesignForExtension | Method 'getRors_cmip_get' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 476 | |
| naming | MethodName | Name 'getRors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 476 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 476 | |
| design | DesignForExtension | Method 'isRors_cmip_getSelected' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| naming | MethodName | Name 'isRors_cmip_getSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 480 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| naming | MethodName | Name 'setRors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 484 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 484 | |
| misc | FinalParameters | Parameter value should be final. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| design | DesignForExtension | Method 'selectRors_cmip_get' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| naming | MethodName | Name 'selectRors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 489 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 489 | |
| misc | FinalParameters | Parameter value should be final. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 501 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| design | DesignForExtension | Method 'getRors_cmip_confirmed_set' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 521 | |
| naming | MethodName | Name 'getRors_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 521 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 521 | |
| design | DesignForExtension | Method 'isRors_cmip_confirmed_setSelected' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| naming | MethodName | Name 'isRors_cmip_confirmed_setSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 525 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 529 | |
| naming | MethodName | Name 'setRors_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 529 | |
| misc | FinalParameters | Parameter value should be final. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'selectRors_cmip_confirmed_set' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| naming | MethodName | Name 'selectRors_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 534 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 534 | |
| misc | FinalParameters | Parameter value should be final. | 534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 538 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 544 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 554 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 560 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 565 | |
| design | DesignForExtension | Method 'getRors_cmip_confirmed_action' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| naming | MethodName | Name 'getRors_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 566 | |
| design | DesignForExtension | Method 'isRors_cmip_confirmed_actionSelected' is not designed for extension - needs to be abstract, final or empty. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 570 | |
| naming | MethodName | Name 'isRors_cmip_confirmed_actionSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 570 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| naming | MethodName | Name 'setRors_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 574 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 574 | |
| misc | FinalParameters | Parameter value should be final. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 579 | |
| design | DesignForExtension | Method 'selectRors_cmip_confirmed_action' is not designed for extension - needs to be abstract, final or empty. | 579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 579 | |
| naming | MethodName | Name 'selectRors_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 579 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 579 | |
| misc | FinalParameters | Parameter value should be final. | 579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| design | DesignForExtension | Method 'getRoer' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 611 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 611 | |
| design | DesignForExtension | Method 'isRoerSelected' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 615 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 619 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 619 | |
| misc | FinalParameters | Parameter value should be final. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| design | DesignForExtension | Method 'selectRoer' is not designed for extension - needs to be abstract, final or empty. | 624 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 624 | |
| misc | FinalParameters | Parameter value should be final. | 624 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 632 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 636 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 638 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 640 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 642 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 644 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 646 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 650 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 655 | |
| design | DesignForExtension | Method 'getRorj' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 656 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 656 | |
| design | DesignForExtension | Method 'isRorjSelected' is not designed for extension - needs to be abstract, final or empty. | 660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 664 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 664 | |
| misc | FinalParameters | Parameter value should be final. | 664 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 668 | |
| design | DesignForExtension | Method 'selectRorj' is not designed for extension - needs to be abstract, final or empty. | 669 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 669 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 669 | |
| misc | FinalParameters | Parameter value should be final. | 669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 677 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 687 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 698 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 699 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 701 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 704 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 708 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 708 | |
| naming | StaticVariableName | Name 'preparedData_MessageChoiceType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 708 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 713 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 713 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 713 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 713 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 713 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 713 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 714 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 716 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 718 | |
| design | DesignForExtension | Method 'getInvoke_id' is not designed for extension - needs to be abstract, final or empty. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| naming | MethodName | Name 'getInvoke_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 719 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 719 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| design | DesignForExtension | Method 'setInvoke_id' is not designed for extension - needs to be abstract, final or empty. | 725 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 725 | |
| naming | MethodName | Name 'setInvoke_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 725 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 725 | |
| misc | FinalParameters | Parameter value should be final. | 725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 730 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 731 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 731 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 735 | |
| design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 737 | |
| misc | FinalParameters | Parameter value should be final. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 740 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 742 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 743 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 748 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 748 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 749 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 749 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 753 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_proto_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'data_proto_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getData_proto_id' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getData_proto_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setData_proto_id' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setData_proto_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getData_proto_info' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getData_proto_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setData_proto_info' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setData_proto_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter value should be final. | 46 | |
| coding | HiddenField | 'value' hides a field. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter value should be final. | 50 | |
| coding | HiddenField | 'value' hides a field. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getThis' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_mode_flags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'data_req_init_agent_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'data_req_init_manager_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getData_req_mode_flags' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getData_req_mode_flags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setData_req_mode_flags' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'setData_req_mode_flags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| misc | FinalParameters | Parameter value should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getData_req_init_agent_count' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'getData_req_init_agent_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setData_req_init_agent_count' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'setData_req_init_agent_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getData_req_init_manager_count' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| naming | MethodName | Name 'getData_req_init_manager_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setData_req_init_manager_count' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'setData_req_init_manager_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 39 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 39 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 39 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter value should be final. | 46 | |
| coding | HiddenField | 'value' hides a field. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter value should be final. | 50 | |
| coding | HiddenField | 'value' hides a field. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'data_req_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'data_req_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'data_req_person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name 'data_req_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | MemberName | Name 'data_req_obj_handle_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getData_req_mode' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getData_req_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setData_req_mode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setData_req_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getData_req_time' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | MethodName | Name 'getData_req_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setData_req_time' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| naming | MethodName | Name 'setData_req_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getData_req_person_id' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| naming | MethodName | Name 'getData_req_person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| design | DesignForExtension | Method 'setData_req_person_id' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| naming | MethodName | Name 'setData_req_person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 | |
| misc | FinalParameters | Parameter value should be final. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'getData_req_class' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| naming | MethodName | Name 'getData_req_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setData_req_class' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| naming | MethodName | Name 'setData_req_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getData_req_obj_handle_list' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| naming | MethodName | Name 'getData_req_obj_handle_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'setData_req_obj_handle_list' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| naming | MethodName | Name 'setData_req_obj_handle_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 | |
| misc | FinalParameters | Parameter value should be final. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'rel_time_stamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'data_req_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| naming | MemberName | Name 'event_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getRel_time_stamp' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'getRel_time_stamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setRel_time_stamp' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'setRel_time_stamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getData_req_result' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'getData_req_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'setData_req_result' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| naming | MethodName | Name 'setData_req_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getEvent_type' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'getEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'setEvent_type' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| naming | MethodName | Name 'setEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getEvent_info' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| naming | MethodName | Name 'getEvent_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setEvent_info' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| naming | MethodName | Name 'setEvent_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'metric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getMetric_id' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getMetric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setMetric_id' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'setMetric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| misc | FinalParameters | Parameter value should be final. | 62 | |
| coding | HiddenField | 'value' hides a field. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| coding | HiddenField | 'value' hides a field. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| coding | HiddenField | 'value' hides a field. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 55 | |
| coding | HiddenField | 'value' hides a field. | 55 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter btStr should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'enum_obj_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'enum_text_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| coding | MagicNumber | '16' is a magic number. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | MemberName | Name 'enum_bit_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getEnum_obj_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'getEnum_obj_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| design | DesignForExtension | Method 'isEnum_obj_idSelected' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'isEnum_obj_idSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setEnum_obj_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'selectEnum_obj_id' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'selectEnum_obj_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getEnum_text_string' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| naming | MethodName | Name 'getEnum_text_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 82 | |
| design | DesignForExtension | Method 'isEnum_text_stringSelected' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'isEnum_text_stringSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| naming | MethodName | Name 'setEnum_text_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 90 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'selectEnum_text_string' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | MethodName | Name 'selectEnum_text_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getEnum_bit_str' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| naming | MethodName | Name 'getEnum_bit_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| design | DesignForExtension | Method 'isEnum_bit_strSelected' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| naming | MethodName | Name 'isEnum_bit_strSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| naming | MethodName | Name 'setEnum_bit_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| design | DesignForExtension | Method 'selectEnum_bit_str' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| naming | MethodName | Name 'selectEnum_bit_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'error_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getError_value' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getError_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setError_value' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setError_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'event_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| naming | MemberName | Name 'event_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getEvent_time' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'getEvent_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'setEvent_time' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| naming | MethodName | Name 'setEvent_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getEvent_type' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'getEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'setEvent_type' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| naming | MethodName | Name 'setEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getEvent_info' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| naming | MethodName | Name 'getEvent_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setEvent_info' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| naming | MethodName | Name 'setEvent_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| naming | MemberName | Name 'event_reply_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getCurrentTime' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'setCurrentTime' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getEvent_type' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'getEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'setEvent_type' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| naming | MethodName | Name 'setEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getEvent_reply_info' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| naming | MethodName | Name 'getEvent_reply_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setEvent_reply_info' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| naming | MethodName | Name 'setEvent_reply_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'FLOAT_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attribute_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute_id_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttribute_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute_id_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttribute_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttr_val_map' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttr_val_map' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '8L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| coding | HiddenField | 'value' hides a field. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter btStr should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_I16' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | MagicNumber | '-32768L' is a magic number. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '32767L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_I32' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | MagicNumber | '-2147483648L' is a magic number. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '2147483647L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_I8' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | MagicNumber | '-128L' is a magic number. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '127L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_U16' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '65535L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_U32' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '4294967295L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_U8' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '255L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_proto_id_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'data_proto_info_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getData_proto_id_ext' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getData_proto_id_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setData_proto_id_ext' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setData_proto_id_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getData_proto_info_ext' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getData_proto_info_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setData_proto_info_ext' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setData_proto_info_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'mds_time_cap_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'time_sync_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'time_sync_accuracy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'time_resolution_abs_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name 'time_resolution_rel_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | MemberName | Name 'time_resolution_high_res_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getMds_time_cap_state' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getMds_time_cap_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setMds_time_cap_state' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setMds_time_cap_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getTime_sync_protocol' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getTime_sync_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setTime_sync_protocol' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setTime_sync_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getTime_sync_accuracy' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | MethodName | Name 'getTime_sync_accuracy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setTime_sync_accuracy' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| naming | MethodName | Name 'setTime_sync_accuracy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getTime_resolution_abs_time' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| naming | MethodName | Name 'getTime_resolution_abs_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| design | DesignForExtension | Method 'setTime_resolution_abs_time' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| naming | MethodName | Name 'setTime_resolution_abs_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 | |
| misc | FinalParameters | Parameter value should be final. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'getTime_resolution_rel_time' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| naming | MethodName | Name 'getTime_resolution_rel_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setTime_resolution_rel_time' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| naming | MethodName | Name 'setTime_resolution_rel_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getTime_resolution_high_res_time' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| naming | MethodName | Name 'getTime_resolution_high_res_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'setTime_resolution_high_res_time' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| naming | MethodName | Name 'setTime_resolution_high_res_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 | |
| misc | FinalParameters | Parameter value should be final. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'ms_struct' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| naming | MemberName | Name 'ms_comp_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getMs_struct' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| naming | MethodName | Name 'getMs_struct' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setMs_struct' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'setMs_struct' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| misc | FinalParameters | Parameter value should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getMs_comp_no' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'getMs_comp_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setMs_comp_no' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'setMs_comp_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter value should be final. | 48 | |
| coding | HiddenField | 'value' hides a field. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'metric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getMetric_id' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getMetric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setMetric_id' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setMetric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| coding | HiddenField | 'value' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| coding | HiddenField | 'value' hides a field. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getUnit_code' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getUnit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setUnit_code' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setUnit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| coding | HiddenField | 'value' hides a field. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| coding | HiddenField | 'value' hides a field. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'OID_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'obs_val_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getObs_val_data' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getObs_val_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setObs_val_data' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setObs_val_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 55 | |
| coding | HiddenField | 'value' hides a field. | 55 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter btStr should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter value should be final. | 48 | |
| coding | HiddenField | 'value' hides a field. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'protocol_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'encoding_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'nomenclature_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'functional_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name 'system_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 66 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| naming | MemberName | Name 'system_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 71 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| naming | MemberName | Name 'dev_config_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 76 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| naming | MemberName | Name 'data_req_mode_capab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 81 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| naming | MemberName | Name 'option_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'getProtocol_version' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| naming | MethodName | Name 'getProtocol_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'setProtocol_version' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| naming | MethodName | Name 'setProtocol_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 93 | |
| misc | FinalParameters | Parameter value should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getEncoding_rules' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| naming | MethodName | Name 'getEncoding_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'setEncoding_rules' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| naming | MethodName | Name 'setEncoding_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'getNomenclature_version' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| naming | MethodName | Name 'getNomenclature_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setNomenclature_version' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| naming | MethodName | Name 'setNomenclature_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 117 | |
| misc | FinalParameters | Parameter value should be final. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'getFunctional_units' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| naming | MethodName | Name 'getFunctional_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'setFunctional_units' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| naming | MethodName | Name 'setFunctional_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| design | DesignForExtension | Method 'getSystem_type' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| naming | MethodName | Name 'getSystem_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| design | DesignForExtension | Method 'setSystem_type' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| naming | MethodName | Name 'setSystem_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 141 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'getSystem_id' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| naming | MethodName | Name 'getSystem_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'setSystem_id' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| naming | MethodName | Name 'setSystem_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 153 | |
| misc | FinalParameters | Parameter value should be final. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'getDev_config_id' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| naming | MethodName | Name 'getDev_config_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| design | DesignForExtension | Method 'setDev_config_id' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| naming | MethodName | Name 'setDev_config_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'getData_req_mode_capab' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| naming | MethodName | Name 'getData_req_mode_capab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'setData_req_mode_capab' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| naming | MethodName | Name 'setData_req_mode_capab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'getOption_list' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| naming | MethodName | Name 'getOption_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| design | DesignForExtension | Method 'setOption_list' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| naming | MethodName | Name 'setOption_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 189 | |
| misc | FinalParameters | Parameter value should be final. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_entry_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'segm_entry_elem_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getSegm_entry_header' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getSegm_entry_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setSegm_entry_header' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setSegm_entry_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getSegm_entry_elem_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getSegm_entry_elem_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSegm_entry_elem_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setSegm_entry_elem_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| naming | MemberName | Name 'spec_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'component_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | MemberName | Name 'prod_spec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getSpec_type' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'getSpec_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setSpec_type' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'setSpec_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'getComponent_id' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'getComponent_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setComponent_id' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| naming | MethodName | Name 'setComponent_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getProd_spec' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | MethodName | Name 'getProd_spec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setProd_spec' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| naming | MethodName | Name 'setProd_spec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 55 | |
| coding | HiddenField | 'value' hides a field. | 55 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter btStr should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'auth_body_and_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'auth_body_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getAuth_body_and_struc_type' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getAuth_body_and_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setAuth_body_and_struc_type' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setAuth_body_and_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getAuth_body_data' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getAuth_body_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setAuth_body_data' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setAuth_body_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getProblem' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setProblem' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'SFLOAT_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'array_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'sample_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getArray_size' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getArray_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setArray_size' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'setArray_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| misc | FinalParameters | Parameter value should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getSample_type' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'getSample_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setSample_type' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'setSample_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getFlags' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setFlags' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'sample_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'significant_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getSample_size' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getSample_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setSample_size' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setSample_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getSignificant_bits' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getSignificant_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSignificant_bits' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setSignificant_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'lower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'upper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'lower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'upper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'lower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'upper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'lower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'upper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'lower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'upper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'lower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'upper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| naming | MemberName | Name 'obs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 83 | |
| design | DesignForExtension | Method 'getObs_scan_fixed' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getObs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 89 | |
| design | DesignForExtension | Method 'setObs_scan_fixed' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setObs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 55 | |
| naming | MemberName | Name 'obs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 83 | |
| design | DesignForExtension | Method 'getObs_scan_grouped' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getObs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 89 | |
| design | DesignForExtension | Method 'setObs_scan_grouped' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setObs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | MemberName | Name 'scan_per_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getScan_per_fixed' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getScan_per_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 89 | |
| design | DesignForExtension | Method 'setScan_per_fixed' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setScan_per_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 55 | |
| naming | MemberName | Name 'scan_per_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 83 | |
| design | DesignForExtension | Method 'getScan_per_grouped' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getScan_per_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 89 | |
| design | DesignForExtension | Method 'setScan_per_grouped' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setScan_per_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | MemberName | Name 'scan_per_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getScan_per_var' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getScan_per_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 89 | |
| design | DesignForExtension | Method 'setScan_per_var' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setScan_per_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | MemberName | Name 'obs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getObs_scan_var' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getObs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 89 | |
| design | DesignForExtension | Method 'setObs_scan_var' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setObs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| naming | MemberName | Name 'obs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getPerson_id' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| naming | MethodName | Name 'getPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'setPerson_id' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'setPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| misc | FinalParameters | Parameter value should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 66 | |
| design | DesignForExtension | Method 'getObs_scan_fixed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| naming | MethodName | Name 'getObs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 72 | |
| design | DesignForExtension | Method 'setObs_scan_fixed' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| naming | MethodName | Name 'setObs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'obs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getPerson_id' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setPerson_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getObs_scan_grouped' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getObs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setObs_scan_grouped' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setObs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| naming | MemberName | Name 'obs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getPerson_id' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| naming | MethodName | Name 'getPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'setPerson_id' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'setPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| misc | FinalParameters | Parameter value should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'getObs_scan_var' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| naming | MethodName | Name 'getObs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 72 | |
| design | DesignForExtension | Method 'setObs_scan_var' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| naming | MethodName | Name 'setObs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'segm_evt_entry_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'segm_evt_entry_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'segm_evt_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getSegm_instance' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getSegm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setSegm_instance' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setSegm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getSegm_evt_entry_index' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getSegm_evt_entry_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setSegm_evt_entry_index' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setSegm_evt_entry_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getSegm_evt_entry_count' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getSegm_evt_entry_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setSegm_evt_entry_count' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setSegm_evt_entry_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getSegm_evt_status' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getSegm_evt_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setSegm_evt_status' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setSegm_evt_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'class_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'metric_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'attr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getClass_id' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getClass_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setClass_id' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setClass_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getMetric_type' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getMetric_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setMetric_type' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setMetric_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getHandle' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setHandle' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getAttr_val_map' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getAttr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setAttr_val_map' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setAttr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'all_segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'segm_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| coding | MagicNumber | '3' is a magic number. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'abs_time_range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getAll_segments' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getAll_segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| design | DesignForExtension | Method 'isAll_segmentsSelected' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'isAll_segmentsSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'setAll_segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| misc | FinalParameters | Parameter value should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'selectAll_segments' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'selectAll_segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getSegm_id_list' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | MethodName | Name 'getSegm_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| design | DesignForExtension | Method 'isSegm_id_listSelected' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'isSegm_id_listSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setSegm_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'selectSegm_id_list' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| naming | MethodName | Name 'selectSegm_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 94 | |
| misc | FinalParameters | Parameter value should be final. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'getAbs_time_range' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| naming | MethodName | Name 'getAbs_time_range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| design | DesignForExtension | Method 'isAbs_time_rangeSelected' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| naming | MethodName | Name 'isAbs_time_rangeSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| naming | MethodName | Name 'setAbs_time_range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'selectAbs_time_range' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| naming | MethodName | Name 'selectAbs_time_range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'segm_data_event_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getSegm_data_event_descr' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getSegm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setSegm_data_event_descr' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setSegm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getSegm_data_event_entries' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getSegm_data_event_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setSegm_data_event_entries' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setSegm_data_event_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getSegm_data_event_descr' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| naming | MethodName | Name 'getSegm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setSegm_data_event_descr' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'setSegm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'seg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'seg_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getSeg_info' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getSeg_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSeg_info' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setSeg_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_stat_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'segm_stat_entry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getSegm_stat_type' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getSegm_stat_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setSegm_stat_type' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setSegm_stat_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getSegm_stat_entry' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getSegm_stat_entry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setSegm_stat_entry' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setSegm_stat_entry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'modification_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getModification_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getModification_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setModification_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setModification_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'date_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getDate_time' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getDate_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setDate_time' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setDate_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAccuracy' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAccuracy' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 47 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| naming | MemberName | Name 'model_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'getManufacturer' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setManufacturer' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| misc | FinalParameters | Parameter value should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getModel_number' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'getModel_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'setModel_number' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'setModel_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| misc | FinalParameters | Parameter value should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getPartition' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setPartition' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'seg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| naming | MethodName | Name 'getSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'setSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'seg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'trig_segm_xfer_rsp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getTrig_segm_xfer_rsp' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getTrig_segm_xfer_rsp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setTrig_segm_xfer_rsp' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setTrig_segm_xfer_rsp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| misc | FinalParameters | Parameter value should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '16L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| coding | HiddenField | 'value' hides a field. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter btStr should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 36 | |
| misc | FinalParameters | Parameter id should be final. | 36 | |
| coding | HiddenField | 'id' hides a field. | 36 | |
| misc | FinalParameters | Parameter type should be final. | 36 | |
| coding | HiddenField | 'type' hides a field. | 36 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 37 | |
| coding | MagicNumber | '65536' is a magic number. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getAttributeID' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getAttributeType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 111). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 27 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 23 | |
| imports | UnusedImports | Unused import - java.util.LinkedList. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'objects' must be private and have accessor methods. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'addObjecttoDim' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter handle should be final. | 53 | |
| misc | FinalParameters | Parameter obj should be final. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getObjectfromDim' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter handle should be final. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 104). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 31 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter list should be final. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 110). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 34 | |
| naming | TypeName | Name 'EpiCfgScanner_Events' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'sriv'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'srif'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'srig'. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'srimpvar'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'srimpf'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 75 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'srimpg'. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter list should be final. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'MDS_Configuration_Event' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'MDS_Configuration_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter cfgreport should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| misc | FinalParameters | Parameter scanreportinfovar should be final. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter scanreportinfofixed should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| misc | FinalParameters | Parameter scanreportinfompvar should be final. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter scanreportinfompfixed should be final. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| misc | FinalParameters | Parameter sriv should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| misc | FinalParameters | Parameter srif should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| misc | FinalParameters | Parameter srig should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| misc | FinalParameters | Parameter srimpvar should be final. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| misc | FinalParameters | Parameter srimpf should be final. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| misc | FinalParameters | Parameter srimpg should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| naming | TypeName | Name 'GET_Service' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Hashtable. | 24 | |
| imports | UnusedImports | Unused import - java.util.LinkedList. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.HANDLE. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| naming | MethodName | Name 'MDS_Data_Request' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'Set_Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| naming | TypeName | Name 'MDS_Events' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 33 | |
| javadoc | JavadocMethod | Expected an @return tag. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| naming | MethodName | Name 'MDS_Configuration_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'cfgreport'. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfovar'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfofixed'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfompvar'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfompfixed'. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.LinkedList. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 34 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| misc | FinalParameters | Parameter list should be final. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 37 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 39 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| misc | FinalParameters | Parameter id should be final. | 49 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'hasAttribute' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter id should be final. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 112). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 30 | |
| naming | TypeName | Name 'PM_Segment' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| misc | FinalParameters | Parameter list should be final. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 112). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 41 | |
| naming | TypeName | Name 'PM_Store' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 64 | |
| naming | MethodName | Name 'Clear_Segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'segsel'. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 72 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| naming | MethodName | Name 'Get_Segment_Info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'segsel'. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 82 | |
| javadoc | JavadocMethod | Expected an @return tag. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 84 | |
| naming | MethodName | Name 'Trig_Segment_Data_Xfer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'trigseg'. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| naming | TypeName | Name 'PM_Store_Events' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 36 | |
| javadoc | JavadocMethod | Expected an @return tag. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| naming | MethodName | Name 'Segment_Data_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'segdataev'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 107). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter list should be final. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'MDS_Configuration_Event' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| naming | MethodName | Name 'MDS_Configuration_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| misc | FinalParameters | Parameter cfgreport should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter scanreportinfovar should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| misc | FinalParameters | Parameter scanreportinfofixed should be final. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter scanreportinfompvar should be final. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| misc | FinalParameters | Parameter scanreportinfompfixed should be final. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| naming | MethodName | Name 'Buf_Scan_Report_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| misc | FinalParameters | Parameter sriv should be final. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| naming | MethodName | Name 'Buf_Scan_Report_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter srif should be final. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| naming | MethodName | Name 'Buf_Scan_Report_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| misc | FinalParameters | Parameter srig should be final. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| misc | FinalParameters | Parameter srimpvar should be final. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| misc | FinalParameters | Parameter srimpf should be final. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| misc | FinalParameters | Parameter srimpg should be final. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 111). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 32 | |
| naming | TypeName | Name 'PeriCfgScanner_Events' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| naming | MethodName | Name 'Buf_Scan_Report_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| naming | MethodName | Name 'Buf_Scan_Report_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| naming | MethodName | Name 'Buf_Scan_Report_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 104). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 33 | |
| naming | TypeName | Name 'RT_SA' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter list should be final. | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.LinkedList. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'evtmanager' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'timeout' must be private and have accessor methods. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| misc | FinalParameters | Parameter manager should be final. | 50 | |
| coding | HiddenField | 'manager' hides a field. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'manager'. | 50 | |
| misc | FinalParameters | Parameter evtmgr should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'evtmgr'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 62 | |
| design | DesignForExtension | Method 'getTransportState' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 63 | |
| design | DesignForExtension | Method 'getChannelState' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 67 | |
| design | DesignForExtension | Method 'getStringTransportState' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| design | DesignForExtension | Method 'getStringChannelState' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'setChannelState' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter newstate should be final. | 96 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 97 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 102 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 118 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 125 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Expected an @return tag. | 138 | |
| design | DesignForExtension | Method 'transportActivate' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 141 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 143 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 144 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 152 | |
| javadoc | JavadocMethod | Expected an @return tag. | 153 | |
| design | DesignForExtension | Method 'transportDeactivate' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 156 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 159 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 159 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 159 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocMethod | Expected an @return tag. | 171 | |
| design | DesignForExtension | Method 'transitiontoUnassociated' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 172 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 177 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 180 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| javadoc | JavadocMethod | Expected an @return tag. | 193 | |
| design | DesignForExtension | Method 'transitiontoAssociating' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 193 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 194 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 195 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 196 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 198 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 200 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| javadoc | JavadocMethod | Expected an @return tag. | 214 | |
| design | DesignForExtension | Method 'transitiontoOperating' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 215 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 217 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 217 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 221 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 222 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| javadoc | JavadocMethod | Expected an @return tag. | 235 | |
| design | DesignForExtension | Method 'transitiontoCheckingConfig' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 236 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 238 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 238 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 239 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 241 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 244 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 256 | |
| javadoc | JavadocMethod | Expected an @return tag. | 259 | |
| design | DesignForExtension | Method 'transitiontoWaitingConfig' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 260 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 261 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 261 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 262 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 264 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 267 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| javadoc | JavadocMethod | Expected an @return tag. | 283 | |
| design | DesignForExtension | Method 'transitiontoDisassociating' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 286 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 287 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 289 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 292 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| javadoc | JavadocMethod | Expected an @return tag. | 303 | |
| design | DesignForExtension | Method 'isValidTransition' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| misc | FinalParameters | Parameter oldstate should be final. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldstate'. | 303 | |
| misc | FinalParameters | Parameter newstate should be final. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'newstate'. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 310 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 318 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 320 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 320 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 320 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 325 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 327 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 332 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 332 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 334 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 334 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 339 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 339 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 341 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 343 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 343 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 349 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 349 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 349 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'testFSM' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 363 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 364 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 364 | |
| coding | MagicNumber | '6' is a magic number. | 364 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 367 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 367 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 369 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 370 | |
| coding | MagicNumber | '6' is a magic number. | 370 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 370 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 371 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 372 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 372 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 372 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| design | DesignForExtension | Method 'resetthis' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| misc | FinalParameters | Parameter i should be final. | 382 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 387 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 25 | |
| naming | ConstantName | Name 'NaN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 26 | |
| naming | ConstantName | Name 'NRes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter exp should be final. | 45 | |
| misc | FinalParameters | Parameter man should be final. | 45 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter measure should be final. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 56 | |
| naming | LocalVariableName | Name 'aux_exponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| coding | MagicNumber | '24' is a magic number. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 57 | |
| naming | LocalVariableName | Name 'aux_mantissa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| coding | MagicNumber | '0x00FFFFFF' is a magic number. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 60 | |
| coding | MagicNumber | '0x00800000' is a magic number. | 60 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '16777216' is a magic number. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getExponent' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'getMantissa' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'checkLimits' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter exp should be final. | 85 | |
| misc | FinalParameters | Parameter man should be final. | 85 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getFloatValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '10' is a magic number. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'isSpecialFloatValue' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter mantissa should be final. | 106 | |
| coding | HiddenField | 'mantissa' hides a field. | 106 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 25 | |
| naming | ConstantName | Name 'NaN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 26 | |
| naming | ConstantName | Name 'NRes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter exp should be final. | 45 | |
| misc | FinalParameters | Parameter man should be final. | 45 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter num should be final. | 51 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 53 | |
| naming | LocalVariableName | Name 'aux_exponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| coding | MagicNumber | '12' is a magic number. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 54 | |
| naming | LocalVariableName | Name 'aux_mantissa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| coding | MagicNumber | '0x0FFF' is a magic number. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 57 | |
| coding | MagicNumber | '0x0800' is a magic number. | 57 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '4096' is a magic number. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'getExponent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getMantissa' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'checkConstraint' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter exp should be final. | 83 | |
| misc | FinalParameters | Parameter man should be final. | 83 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'getFloatValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 95 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '10' is a magic number. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'isSpecialFloatValue' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter mantissa should be final. | 104 | |
| coding | HiddenField | 'mantissa' hides a field. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'cpInfo' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter context should be final. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 72 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 76 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'publishWeightEvent' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter weight should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'weight'. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 85 | |
| naming | LocalVariableName | Name 'm_ws' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'publishBloodPressureEvent' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| misc | FinalParameters | Parameter sys should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'sys'. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| misc | FinalParameters | Parameter dia should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'dia'. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| misc | FinalParameters | Parameter hr should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'hr'. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 103). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 28 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| naming | TypeName | Name 'hdpManager' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| naming | StaticVariableName | Name 'CONTINUA_DEVICE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | StaticVariableName | Name 'libNameWithoutExtension_unix_32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | StaticVariableName | Name 'libNameWithoutExtension_unix_64' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | StaticVariableName | Name 'libNameWithoutExtension_windows_32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| naming | StaticVariableName | Name 'libNameWithoutExtension_windows_64' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| naming | StaticVariableName | Name 'msg_generator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 141 | |
| misc | FinalParameters | Parameter macAddressRemoteDevice should be final. | 141 | |
| coding | HiddenField | 'macAddressRemoteDevice' hides a field. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 149 | |
| misc | FinalParameters | Parameter remoteDevicePath should be final. | 149 | |
| coding | HiddenField | 'remoteDevicePath' hides a field. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 159 | |
| misc | FinalParameters | Parameter remoteDevicePath should be final. | 159 | |
| coding | HiddenField | 'remoteDevicePath' hides a field. | 159 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 | |
| misc | FinalParameters | Parameter propertyKey should be final. | 159 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 170 | |
| misc | FinalParameters | Parameter dataTypeValue should be final. | 170 | |
| coding | HiddenField | 'dataTypeValue' hides a field. | 170 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 | |
| misc | FinalParameters | Parameter roleValue should be final. | 170 | |
| coding | HiddenField | 'roleValue' hides a field. | 170 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 | |
| misc | FinalParameters | Parameter shortDescriptionValue should be final. | 170 | |
| coding | HiddenField | 'shortDescriptionValue' hides a field. | 170 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 | |
| misc | FinalParameters | Parameter channelTypeValue should be final. | 170 | |
| coding | HiddenField | 'channelTypeValue' hides a field. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 177 | |
| misc | FinalParameters | Parameter objectPathHDPApplication should be final. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 202 | |
| misc | FinalParameters | Parameter remoteDevicePath should be final. | 204 | |
| coding | HiddenField | 'remoteDevicePath' hides a field. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 211 | |
| misc | FinalParameters | Parameter hdpDataChannelPath should be final. | 211 | |
| coding | HiddenField | 'hdpDataChannelPath' hides a field. | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 219 | |
| misc | FinalParameters | Parameter hdpDataChannelPath should be final. | 219 | |
| coding | HiddenField | 'hdpDataChannelPath' hides a field. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 226 | |
| misc | FinalParameters | Parameter hdpDataChannelPath should be final. | 226 | |
| coding | HiddenField | 'hdpDataChannelPath' hides a field. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 231 | |
| misc | FinalParameters | Parameter hdpDataChannelFileDescriptor should be final. | 233 | |
| coding | HiddenField | 'hdpDataChannelFileDescriptor' hides a field. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 239 | |
| misc | FinalParameters | Parameter hdpDataChannelFileDescriptor should be final. | 242 | |
| coding | HiddenField | 'hdpDataChannelFileDescriptor' hides a field. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 250 | |
| misc | FinalParameters | Parameter hdpDataChannelFileDescriptor should be final. | 250 | |
| coding | HiddenField | 'hdpDataChannelFileDescriptor' hides a field. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 255 | |
| misc | FinalParameters | Parameter hdpDataChannelFileDescriptor should be final. | 257 | |
| coding | HiddenField | 'hdpDataChannelFileDescriptor' hides a field. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 265 | |
| misc | FinalParameters | Parameter hdpDataChannelFileDescriptor should be final. | 265 | |
| coding | HiddenField | 'hdpDataChannelFileDescriptor' hides a field. | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| misc | FinalParameters | Parameter hdpDataFrame should be final. | 265 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 273 | |
| misc | FinalParameters | Parameter str1 should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'str1'. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| misc | FinalParameters | Parameter str2 should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'str2'. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| misc | FinalParameters | Parameter context should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 274 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 300 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 301 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 314 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 314 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 320 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 327 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 328 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 328 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 335 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 335 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 337 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 337 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 337 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 337 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 337 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 337 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 337 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 340 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 345 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| design | DesignForExtension | Method 'onChannelConnected' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 359 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 359 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 360 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 367 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 367 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 372 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| design | DesignForExtension | Method 'onDataReceived' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 385 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 385 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 388 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 388 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 393 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 395 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 395 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 395 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 395 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 395 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 396 | |
| naming | LocalVariableName | Name 'temp_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 397 | |
| naming | LocalVariableName | Name 'temp_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 398 | |
| naming | LocalVariableName | Name 'temp_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 399 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 402 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 403 | |
| naming | LocalVariableName | Name 'temp_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 403 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 403 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 403 | |
| coding | MagicNumber | '1000' is a magic number. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 411 | |
| javadoc | JavadocMethod | Expected an @return tag. | 412 | |
| design | DesignForExtension | Method 'shortDecimalNumber' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| misc | FinalParameters | Parameter d should be final. | 412 | |
| javadoc | JavadocMethod | Expected @param tag for 'd'. | 412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 413 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 413 | |
| coding | MagicNumber | '10' is a magic number. | 413 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 413 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 413 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 413 | |
| coding | MagicNumber | '10' is a magic number. | 413 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 416 | |
| design | DesignForExtension | Method 'onChannelDisconnected' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| design | DesignForExtension | Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| misc | FinalParameters | Parameter str should be final. | 423 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 427 | |
| design | DesignForExtension | Method 'resetComponentsStatus' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 437 | |
| design | DesignForExtension | Method 'exit' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| misc | FinalParameters | Parameter str1 should be final. | 438 | |
| javadoc | JavadocMethod | Expected @param tag for 'str1'. | 438 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 | |
| misc | FinalParameters | Parameter str2 should be final. | 438 | |
| javadoc | JavadocMethod | Expected @param tag for 'str2'. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 439 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 439 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 439 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 439 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 452 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 460 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 460 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| naming | TypeName | Name 'hdpManagerListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Unused @param tag for 'Input'. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Unused @param tag for 'Input'. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Unused @param tag for 'Input'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocMethod | Unused @param tag for 'Message'. | 67 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.smarthome.exporter.devices.*. | 7 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.device.*. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter bcontext should be final. | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 66 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 88 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 92 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 106 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 110 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 114 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 118 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 122 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 138 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 142 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 146 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 150 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 154 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 165 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 169 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 177 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 181 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| misc | FinalParameters | Parameter arg0 should be final. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| misc | FinalParameters | Parameter method should be final. | 230 | |
| misc | FinalParameters | Parameter log should be final. | 230 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 232 | |
| design | DesignForExtension | Method 'readSubType' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter item should be final. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 12 | |
| design | DesignForExtension | Method 'getSubscribedEventTypes' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| design | DesignForExtension | Method 'getEventFilter' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'shDeviceName' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'ontDevice' must be private and have accessor methods. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter context should be final. | 34 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'namespace' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'newProfiles' must be private and have accessor methods. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter context should be final. | 62 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 63 | |
| misc | FinalParameters | Parameter namespace should be final. | 63 | |
| coding | HiddenField | 'namespace' hides a field. | 63 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter call should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Expected an @return tag. | 150 | |
| misc | FinalParameters | Parameter namespace should be final. | 150 | |
| misc | FinalParameters | Parameter instance should be final. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter namespace should be final. | 158 | |
| misc | FinalParameters | Parameter instance should be final. | 159 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 165 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter namespace should be final. | 173 | |
| misc | FinalParameters | Parameter instance should be final. | 174 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 180 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'namespace' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'newProfiles' must be private and have accessor methods. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter context should be final. | 62 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 63 | |
| misc | FinalParameters | Parameter namespace should be final. | 63 | |
| coding | HiddenField | 'namespace' hides a field. | 63 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter call should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| javadoc | JavadocMethod | Expected an @return tag. | 153 | |
| misc | FinalParameters | Parameter namespace should be final. | 153 | |
| misc | FinalParameters | Parameter instance should be final. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter namespace should be final. | 161 | |
| misc | FinalParameters | Parameter instance should be final. | 162 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 168 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter namespace should be final. | 176 | |
| misc | FinalParameters | Parameter instance should be final. | 177 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 183 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'namespace' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'newProfiles' must be private and have accessor methods. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter context should be final. | 62 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 63 | |
| misc | FinalParameters | Parameter namespace should be final. | 63 | |
| coding | HiddenField | 'namespace' hides a field. | 63 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'communicationChannelBroken' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter call should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocMethod | Unused @param tag for 'actuator'. | 148 | |
| javadoc | JavadocMethod | Expected an @return tag. | 152 | |
| misc | FinalParameters | Parameter namespace should be final. | 152 | |
| misc | FinalParameters | Parameter instance should be final. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'instance'. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter namespace should be final. | 160 | |
| misc | FinalParameters | Parameter instance should be final. | 161 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 167 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter namespace should be final. | 174 | |
| misc | FinalParameters | Parameter instance should be final. | 175 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 181 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 57 | |
| misc | FinalParameters | Parameter itemName should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 57 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 86 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| coding | MagicNumber | '100' is a magic number. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter event should be final. | 123 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| misc | FinalParameters | Parameter itemName should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 61 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| coding | MagicNumber | '100' is a magic number. | 114 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter event should be final. | 128 | |
| blocks | EmptyBlock | Must have at least one statement. | 136 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 60 | |
| misc | FinalParameters | Parameter itemName should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 62 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter event should be final. | 110 | |
| blocks | EmptyBlock | Must have at least one statement. | 118 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter context should be final. | 43 | |
| misc | FinalParameters | Parameter itemName should be final. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter event should be final. | 94 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 57 | |
| misc | FinalParameters | Parameter itemName should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 57 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 86 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| coding | MagicNumber | '100' is a magic number. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter event should be final. | 123 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| misc | FinalParameters | Parameter itemName should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 61 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| coding | MagicNumber | '100' is a magic number. | 114 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter event should be final. | 128 | |
| blocks | EmptyBlock | Must have at least one statement. | 136 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 60 | |
| misc | FinalParameters | Parameter itemName should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 62 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter event should be final. | 110 | |
| blocks | EmptyBlock | Must have at least one statement. | 118 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 52 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| misc | FinalParameters | Parameter itemName should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 56 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 85 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter event should be final. | 115 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| misc | FinalParameters | Parameter itemName should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 61 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter event should be final. | 121 | |
| coding | MagicNumber | '100' is a magic number. | 133 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 60 | |
| misc | FinalParameters | Parameter itemName should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 62 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter event should be final. | 110 | |
| coding | MagicNumber | '100' is a magic number. | 122 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 52 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| misc | FinalParameters | Parameter itemName should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 56 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 85 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter event should be final. | 115 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| misc | FinalParameters | Parameter itemName should be final. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 62 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| misc | FinalParameters | Parameter value should be final. | 107 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter event should be final. | 122 | |
| coding | MagicNumber | '100' is a magic number. | 134 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 60 | |
| misc | FinalParameters | Parameter itemName should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 62 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter event should be final. | 110 | |
| coding | MagicNumber | '100' is a magic number. | 122 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 52 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| misc | FinalParameters | Parameter itemName should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 56 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 85 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 95 | |
| coding | MagicNumber | '100' is a magic number. | 95 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter event should be final. | 115 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| misc | FinalParameters | Parameter itemName should be final. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 62 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 102 | |
| coding | MagicNumber | '100' is a magic number. | 102 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| misc | FinalParameters | Parameter value should be final. | 107 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 114 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter event should be final. | 122 | |
| coding | MagicNumber | '100' is a magic number. | 134 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 61 | |
| misc | FinalParameters | Parameter itemName should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 61 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 63 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 102 | |
| coding | MagicNumber | '100' is a magic number. | 102 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| misc | FinalParameters | Parameter value should be final. | 107 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter event should be final. | 111 | |
| coding | MagicNumber | '100' is a magic number. | 123 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter context should be final. | 43 | |
| misc | FinalParameters | Parameter itemName should be final. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter event should be final. | 94 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter context should be final. | 41 | |
| misc | FinalParameters | Parameter itemName should be final. | 41 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 70 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 80 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter event should be final. | 101 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter context should be final. | 44 | |
| misc | FinalParameters | Parameter itemName should be final. | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 96 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter event should be final. | 105 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 118 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter context should be final. | 43 | |
| misc | FinalParameters | Parameter itemName should be final. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter event should be final. | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Unused @param tag for 'serv'. | 55 | |
| misc | FinalParameters | Parameter context should be final. | 59 | |
| misc | FinalParameters | Parameter itemName should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemName'. | 59 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 61 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 107 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter event should be final. | 110 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter context should be final. | 43 | |
| misc | FinalParameters | Parameter itemName should be final. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter event should be final. | 94 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter context should be final. | 43 | |
| misc | FinalParameters | Parameter itemName should be final. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| design | DesignForExtension | Method 'executeGet' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 | |
| design | DesignForExtension | Method 'executeSet' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter event should be final. | 94 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 104). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 68 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | MemberName | Name 'IAS_ZONE_CLUSTER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| naming | MemberName | Name 'IAS_ACE_CLUSTER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| naming | MemberName | Name 'OCCUPANCY_SENSING_CLUSTER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| naming | MemberName | Name 'IAS_WD_CLUSTER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| naming | MemberName | Name 'IAS_ZONE_DEVICE_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| naming | MemberName | Name 'IAS_WD_DEVICE_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| naming | MemberName | Name 'IAS_CIE_DEVICE_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| naming | MemberName | Name 'IAS_ACE_DEVICE_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| naming | MemberName | Name 'OCCUPANCY_SENSOR_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| naming | MemberName | Name 'IAS_WD_STOP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| naming | MemberName | Name 'IAS_WD_BURGLAR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| naming | MemberName | Name 'IAS_WD_FIRE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| naming | MemberName | Name 'IAS_WD_EMERGENCY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| naming | MemberName | Name 'ancillary_control_equipment_devices' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| naming | MemberName | Name 'cie_devices' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| naming | MemberName | Name 'ias_warning_devices' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| naming | MemberName | Name 'ias_warning_devices_services' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| naming | MemberName | Name 'occupancy_sensor_devices' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| naming | MemberName | Name 'occupancy_sensor_devices_sensors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| naming | MemberName | Name 'occupancy_sensor_devices_services' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| naming | MemberName | Name 'ias_zone_devices' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| naming | MemberName | Name 'ias_zone_sensors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| naming | MemberName | Name 'ias_zone_sensors_services' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| coding | MagicNumber | '1024' is a magic number. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| naming | MemberName | Name 'VISIBILITY_TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| coding | MagicNumber | '120000' is a magic number. | 116 | |
| naming | MemberName | Name 'SCAN_TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| coding | MagicNumber | '15000' is a magic number. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| naming | MemberName | Name 'PIROccupiedToUnoccupiedDelay' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| naming | MemberName | Name 'PIRUnoccupiedToOccupiedDelay' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| naming | MemberName | Name 'PIRUnoccupiedToOccupiedThreshold' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter bundleContext should be final. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 131 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 132 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 135 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 136 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 139 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 149 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 151 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 153 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 155 | |
| blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 156 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 166 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 174 | |
| naming | LocalVariableName | Name 'it_occ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 178 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 183 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 184 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 187 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 193 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 193 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 193 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 195 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 204 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| misc | FinalParameters | Parameter newConfig should be final. | 204 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 206 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 208 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 208 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 208 | |
| coding | MagicNumber | '1000' is a magic number. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 214 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 214 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 218 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 218 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 223 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 223 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 228 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 228 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 228 | |
| coding | MagicNumber | '1000' is a magic number. | 228 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 230 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 237 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 239 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 239 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 240 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 240 | |
| naming | LocalVariableName | Name 'current_device' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 242 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 244 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 244 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 252 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 260 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 260 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 267 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 270 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 270 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 287 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 287 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 290 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 290 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 297 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 300 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 307 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 310 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 310 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 321 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 327 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 334 | |
| coding | HiddenField | 'reset' hides a field. | 334 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 336 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 341 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 342 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 350 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 355 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 355 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 358 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 358 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 358 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 358 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 359 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 376 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 377 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 378 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 382 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 386 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 391 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 391 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 394 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 394 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 394 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 394 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 394 | |
| blocks | RightCurly | '}' at column 8 should be on the same line as the next part of a multi-block statement. | 395 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 417 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 425 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 431 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 432 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 432 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 432 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 434 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 434 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 436 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 437 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 441 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 441 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 441 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 442 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 447 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 452 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 452 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 452 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 453 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 454 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 458 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 458 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 459 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 463 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 463 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 463 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 464 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 465 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 469 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 472 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 474 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 476 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 478 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 481 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 482 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 483 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 500 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 501 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 506 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 506 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 512 | |
| misc | FinalParameters | Parameter zoneStatus should be final. | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 514 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 514 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 516 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 516 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 517 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 517 | |
| coding | MagicNumber | '25648' is a magic number. | 517 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 520 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 522 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 522 | |
| coding | MagicNumber | '25649' is a magic number. | 522 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 525 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 527 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 528 | |
| coding | MagicNumber | '5' is a magic number. | 528 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 529 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 531 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 531 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 532 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 532 | |
| coding | MagicNumber | '25616' is a magic number. | 532 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 535 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 537 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 537 | |
| coding | MagicNumber | '25617' is a magic number. | 537 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 542 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 543 | |
| coding | MagicNumber | '5' is a magic number. | 543 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 544 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 548 | |
| blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 555 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 555 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 557 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 558 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 560 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 563 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 564 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 565 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 567 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| misc | FinalParameters | Parameter warningMode should be final. | 576 | |
| misc | FinalParameters | Parameter strobe should be final. | 576 | |
| misc | FinalParameters | Parameter secondsWarningDuration should be final. | 576 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 576 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 578 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 579 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 580 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 582 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 585 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 586 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 590 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 590 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 590 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 590 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 590 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 592 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 594 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 595 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 600 | |
| misc | FinalParameters | Parameter squawkMode should be final. | 600 | |
| misc | FinalParameters | Parameter squawkLevel should be final. | 600 | |
| misc | FinalParameters | Parameter strobe should be final. | 600 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 600 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 607 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 607 | |
| coding | MagicNumber | '3' is a magic number. | 607 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 608 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 609 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 614 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 616 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 620 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 620 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 620 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 620 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 620 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 620 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 622 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 624 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 625 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 629 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 634 | |
| naming | LocalVariableName | Name 'it_cie' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 634 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 637 | |
| naming | LocalVariableName | Name 'cie_device' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 639 | |
| naming | LocalVariableName | Name 'it_ace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 639 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 640 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 642 | |
| naming | LocalVariableName | Name 'ancillary_control_equipment_device' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 642 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 652 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 653 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 653 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 655 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 655 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 656 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 657 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 659 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 660 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 660 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 660 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 660 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 660 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 663 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 664 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 666 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 667 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 667 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 667 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 667 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 667 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 674 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 674 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 676 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 680 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 694 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 699 | |
| misc | FinalParameters | Parameter s should be final. | 699 | |
| misc | FinalParameters | Parameter d should be final. | 699 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 699 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 704 | |
| misc | FinalParameters | Parameter s should be final. | 704 | |
| misc | FinalParameters | Parameter d should be final. | 704 | |
| misc | FinalParameters | Parameter update should be final. | 704 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 704 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 706 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 706 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 707 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 707 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 708 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 708 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 708 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 708 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 708 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 708 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 708 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 708 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 712 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 712 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 714 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 715 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 718 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 718 | |
| misc | FinalParameters | Parameter att should be final. | 718 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 727 | |
| misc | FinalParameters | Parameter reports should be final. | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 729 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 734 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 734 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 734 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 736 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 736 | |
| naming | LocalVariableName | Name 'occupancy_sensor_devices_sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 736 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 738 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 738 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 738 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 742 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 742 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 742 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 743 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 744 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 747 | |
| coding | MagicNumber | '5' is a magic number. | 747 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 748 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 749 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 752 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 756 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 756 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 758 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 767 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 767 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 770 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 770 | |
| coding | MagicNumber | '1000' is a magic number. | 770 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 770 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 770 | |
| coding | MagicNumber | '60' is a magic number. | 770 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 771 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 771 | |
| coding | MagicNumber | '1000' is a magic number. | 771 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 771 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 771 | |
| coding | MagicNumber | '60' is a magic number. | 771 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 771 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 771 | |
| coding | MagicNumber | '60' is a magic number. | 771 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 772 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 772 | |
| coding | MagicNumber | '1000' is a magic number. | 772 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 772 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 772 | |
| coding | MagicNumber | '60' is a magic number. | 772 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 772 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 772 | |
| coding | MagicNumber | '60' is a magic number. | 772 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 772 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 772 | |
| coding | MagicNumber | '24' is a magic number. | 772 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 775 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 775 | |
| coding | MagicNumber | '10' is a magic number. | 775 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 776 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 776 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 777 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 778 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 779 | |
| coding | MagicNumber | '10' is a magic number. | 779 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 780 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 780 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 781 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 782 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 782 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 783 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 783 | |
| coding | MagicNumber | '10' is a magic number. | 783 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 784 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 784 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 785 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 786 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 786 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 788 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 788 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 788 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 788 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 788 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 788 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 788 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 788 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 791 | |
| misc | FinalParameters | Parameter millis should be final. | 791 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 791 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 794 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 794 | |
| coding | MagicNumber | '1000' is a magic number. | 794 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 794 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 794 | |
| coding | MagicNumber | '60' is a magic number. | 794 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 795 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 795 | |
| coding | MagicNumber | '1000' is a magic number. | 795 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 795 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 795 | |
| coding | MagicNumber | '60' is a magic number. | 795 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 795 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 795 | |
| coding | MagicNumber | '60' is a magic number. | 795 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 796 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 796 | |
| coding | MagicNumber | '1000' is a magic number. | 796 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 796 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 796 | |
| coding | MagicNumber | '60' is a magic number. | 796 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 796 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 796 | |
| coding | MagicNumber | '60' is a magic number. | 796 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 796 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 796 | |
| coding | MagicNumber | '24' is a magic number. | 796 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 799 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 799 | |
| coding | MagicNumber | '10' is a magic number. | 799 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 800 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 800 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 801 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 802 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 803 | |
| coding | MagicNumber | '10' is a magic number. | 803 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 804 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 804 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 805 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 806 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 806 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 807 | |
| coding | MagicNumber | '10' is a magic number. | 807 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 808 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 808 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 809 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 810 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 810 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 812 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 815 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 815 | |
| misc | FinalParameters | Parameter src should be final. | 815 | |
| misc | FinalParameters | Parameter dst should be final. | 815 | |
| misc | FinalParameters | Parameter clusterID should be final. | 815 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 815 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 817 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 817 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 818 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 818 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 818 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 821 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 822 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 822 | |
| design | DesignForExtension | Method 'end' is not designed for extension - needs to be abstract, final or empty. | 829 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 829 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 833 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 833 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 835 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 835 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 838 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 843 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 843 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 843 | |
| naming | LocalVariableName | Name 'ias_zone_sensors_service' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 843 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 846 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 846 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 846 | |
| naming | LocalVariableName | Name 'occupancy_sensor_devices_service' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 846 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 849 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 849 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 849 | |
| naming | LocalVariableName | Name 'ias_warning_devices_service' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 849 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 857 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 857 | |
| misc | FinalParameters | Parameter arg0 should be final. | 857 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 859 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 863 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 863 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 863 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 864 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 867 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 867 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 868 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 869 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 871 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 871 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 871 | |
| misc | FinalParameters | Parameter reportListener should be final. | 871 | |
| coding | HiddenField | 'reportListener' hides a field. | 871 | |
| misc | FinalParameters | Parameter subscription should be final. | 871 | |
| coding | HiddenField | 'subscription' hides a field. | 871 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 871 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 876 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 880 | |
| misc | FinalParameters | Parameter reportListener should be final. | 880 | |
| coding | HiddenField | 'reportListener' hides a field. | 880 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 884 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 888 | |
| misc | FinalParameters | Parameter subscription should be final. | 888 | |
| coding | HiddenField | 'subscription' hides a field. | 888 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 893 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 893 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 894 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 897 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 897 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 897 | |
| misc | FinalParameters | Parameter cluster should be final. | 897 | |
| coding | HiddenField | 'cluster' hides a field. | 897 | |
| misc | FinalParameters | Parameter listener should be final. | 897 | |
| coding | HiddenField | 'listener' hides a field. | 897 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 897 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 902 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 905 | |
| misc | FinalParameters | Parameter cluster should be final. | 905 | |
| coding | HiddenField | 'cluster' hides a field. | 905 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 911 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 911 | |
| misc | FinalParameters | Parameter listener should be final. | 911 | |
| coding | HiddenField | 'listener' hides a field. | 911 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 913 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 916 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 916 | |
| design | FinalClass | Class Att should be declared as final. | 918 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 918 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 918 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 919 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 920 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 922 | |
| misc | FinalParameters | Parameter set should be final. | 922 | |
| coding | HiddenField | 'set' hides a field. | 922 | |
| misc | FinalParameters | Parameter value should be final. | 922 | |
| coding | HiddenField | 'value' hides a field. | 922 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 922 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 927 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 931 | |
| misc | FinalParameters | Parameter value should be final. | 931 | |
| coding | HiddenField | 'value' hides a field. | 931 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 935 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 938 | |
| misc | FinalParameters | Parameter set should be final. | 938 | |
| coding | HiddenField | 'set' hides a field. | 938 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 940 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 943 | |
| naming | MemberName | Name 'PIRattributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 943 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 945 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 946 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 948 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 949 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 951 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 952 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 953 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 954 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 956 | |
| misc | FinalParameters | Parameter device should be final. | 956 | |
| coding | HiddenField | 'device' hides a field. | 956 | |
| misc | FinalParameters | Parameter lastTimeSeen should be final. | 956 | |
| coding | HiddenField | 'lastTimeSeen' hides a field. | 956 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 956 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 957 | |
| design | DesignForExtension | Method 'getSubscriptionPIR' is not designed for extension - needs to be abstract, final or empty. | 971 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 971 | |
| design | DesignForExtension | Method 'setSubscriptionPIR' is not designed for extension - needs to be abstract, final or empty. | 975 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 975 | |
| misc | FinalParameters | Parameter subscriptionPIR should be final. | 975 | |
| coding | HiddenField | 'subscriptionPIR' hides a field. | 975 | |
| design | DesignForExtension | Method 'getSubscriptionIAS' is not designed for extension - needs to be abstract, final or empty. | 979 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 979 | |
| design | DesignForExtension | Method 'setSubscriptionIAS' is not designed for extension - needs to be abstract, final or empty. | 983 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 983 | |
| misc | FinalParameters | Parameter subscriptionIAS should be final. | 983 | |
| coding | HiddenField | 'subscriptionIAS' hides a field. | 983 | |
| design | DesignForExtension | Method 'isReportingConfiguredPIR' is not designed for extension - needs to be abstract, final or empty. | 987 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 987 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 991 | |
| design | DesignForExtension | Method 'setReportingConfiguredPIR' is not designed for extension - needs to be abstract, final or empty. | 991 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 991 | |
| misc | FinalParameters | Parameter reportingConfiguredPIR should be final. | 991 | |
| coding | HiddenField | 'reportingConfiguredPIR' hides a field. | 991 | |
| design | DesignForExtension | Method 'isListenerIASzone' is not designed for extension - needs to be abstract, final or empty. | 994 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 994 | |
| design | DesignForExtension | Method 'setListenerIASzone' is not designed for extension - needs to be abstract, final or empty. | 998 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 998 | |
| misc | FinalParameters | Parameter listenerIASzone should be final. | 998 | |
| coding | HiddenField | 'listenerIASzone' hides a field. | 998 | |
| design | DesignForExtension | Method 'getLastTimeSeen' is not designed for extension - needs to be abstract, final or empty. | 1002 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1002 | |
| design | DesignForExtension | Method 'setLastTimeSeen' is not designed for extension - needs to be abstract, final or empty. | 1006 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1006 | |
| misc | FinalParameters | Parameter lastTimeSeen should be final. | 1006 | |
| coding | HiddenField | 'lastTimeSeen' hides a field. | 1006 | |
| design | DesignForExtension | Method 'getDevice' is not designed for extension - needs to be abstract, final or empty. | 1010 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1010 | |
| design | DesignForExtension | Method 'setDevice' is not designed for extension - needs to be abstract, final or empty. | 1014 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1014 | |
| misc | FinalParameters | Parameter device should be final. | 1014 | |
| coding | HiddenField | 'device' hides a field. | 1014 | |
| design | DesignForExtension | Method 'isBinded' is not designed for extension - needs to be abstract, final or empty. | 1018 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1018 | |
| design | DesignForExtension | Method 'setBinded' is not designed for extension - needs to be abstract, final or empty. | 1022 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1022 | |
| misc | FinalParameters | Parameter binded should be final. | 1022 | |
| coding | HiddenField | 'binded' hides a field. | 1022 | |
| design | DesignForExtension | Method 'isBackbinded' is not designed for extension - needs to be abstract, final or empty. | 1026 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1026 | |
| design | DesignForExtension | Method 'setBackbinded' is not designed for extension - needs to be abstract, final or empty. | 1030 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1030 | |
| misc | FinalParameters | Parameter backbinded should be final. | 1030 | |
| coding | HiddenField | 'backbinded' hides a field. | 1030 | |
| design | DesignForExtension | Method 'getPIRattributes' is not designed for extension - needs to be abstract, final or empty. | 1034 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1034 | |
| design | DesignForExtension | Method 'setPIRattributes' is not designed for extension - needs to be abstract, final or empty. | 1038 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1038 | |
| misc | FinalParameters | Parameter attributes should be final. | 1038 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 92). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 36 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'getActiveSubscriptions' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter id should be final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| design | DesignForExtension | Method 'getZoneState' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'getZoneType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| design | DesignForExtension | Method 'getZoneStatus' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'getIASCIEAddress' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 102 | |
| design | DesignForExtension | Method 'zoneEnrollRequest' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter payload should be final. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 113 | |
| design | DesignForExtension | Method 'zoneStatusChangeNotification' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter payload should be final. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 125 | |
| design | DesignForExtension | Method 'addZoneStatusChangeNotificationListener' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter listener should be final. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 129 | |
| design | DesignForExtension | Method 'removeZoneStatusChangeNotificationListener' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter listener should be final. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 104). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 34 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 55 | |
| design | DesignForExtension | Method 'addZoneStatusChangeNotificationListener' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter listener should be final. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 74 | |
| design | DesignForExtension | Method 'removeZoneStatusChangeNotificationListener' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter listener should be final. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 84 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 84 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 93 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 93 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter filter should be final. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter device should be final. | 102 | |
| misc | FinalParameters | Parameter c should be final. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 111 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 113 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 115 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 117 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 87). | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 62 | |
| misc | FinalParameters | Parameter minTimeBeforeNotifyStatusChange should be final. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 75 | |
| design | DesignForExtension | Method 'getOccupancy' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'getOccupancySensorType' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'getPIROccupiedToUnoccupiedDelay' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'getPIRUnoccupiedToOccupiedDelay' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'getUltraSonicOccupiedToUnoccupiedDelay' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'getUltraSonicUnoccupiedToOccupiedDelay' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'getActiveSubscriptions' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Method 'subscribe_feedback' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| naming | MethodName | Name 'subscribe_feedback' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| misc | FinalParameters | Parameter listener should be final. | 114 | |
| design | DesignForExtension | Method 'unsubscribe_feedback' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| naming | MethodName | Name 'unsubscribe_feedback' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter listener should be final. | 118 | |
| design | DesignForExtension | Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter listener should be final. | 122 | |
| design | DesignForExtension | Method 'unsubscribe' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter listener should be final. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter id should be final. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| design | DesignForExtension | Method 'getPIRUnoccupiedToOccupiedThreshold' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| design | DesignForExtension | Method 'getUltraSonicUnoccupiedToOccupiedThreshold' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 90). | 30 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| design | DesignForExtension | Method 'getStandardAttributes' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| design | DesignForExtension | Method 'getAttributeOccupancy' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'getAttributeOccupancySensorType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getAttributePIROccupiedToUnoccupiedDelay' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'getAttributePIRUnoccupiedToOccupiedDelay' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| design | DesignForExtension | Method 'getAttributeUltraSonicOccupiedToUnoccupiedDelay' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'getAttributeUltraSonicUnoccupiedToOccupiedDelay' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| design | DesignForExtension | Method 'getAttributePIRUnoccupiedToOccupiedThreshold' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getAttributeUltrasonicUnoccupiedToOccupiedThreshold' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 48 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| misc | FinalParameters | Parameter cluster should be final. | 53 | |
| coding | HiddenField | 'cluster' hides a field. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '1000' is a magic number. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter minTimeBeforeNotifyStatusChange should be final. | 85 | |
| coding | HiddenField | 'minTimeBeforeNotifyStatusChange' hides a field. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 92 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 92 | |
| coding | MagicNumber | '1000' is a magic number. | 92 | |
| design | DesignForExtension | Method 'receivedReport' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter reports should be final. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 102 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 104 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 106 | |
| design | DesignForExtension | Method 'getListeners' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 114 | |
| design | DesignForExtension | Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter listener should be final. | 118 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 123 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 123 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 123 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 128 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 128 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 128 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 128 | |
| design | DesignForExtension | Method 'unsubscribe' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter listener should be final. | 136 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 141 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 141 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| naming | TypeName | Name 'IAS_ZoneAAL' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - it.cnr.isti.zigbee.ha.cluster.glue.measureament_sensing.OccupacySensing. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| naming | TypeName | Name 'IAS_ZoneDeviceAAL' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter ctx should be final. | 39 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter ctx should be final. | 46 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 46 | |
| misc | FinalParameters | Parameter cluster should be final. | 46 | |
| design | DesignForExtension | Method 'getIASZone' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter ctx should be final. | 41 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter ctx should be final. | 49 | |
| misc | FinalParameters | Parameter zbDevice should be final. | 49 | |
| misc | FinalParameters | Parameter cluster should be final. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| design | DesignForExtension | Method 'getOccupacySensing' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| design | DesignForExtension | Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 85). | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'osgiContext' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter bcontext should be final. | 40 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 | |
| coding | MagicNumber | '60' is a magic number. | 48 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '1000' is a magic number. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 57 | |
| coding | MagicNumber | '53007' is a magic number. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter arg0 should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter context should be final. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 51 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 51 | |
| design | DesignForExtension | Method 'publishMotionDetection' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter message should be final. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 61 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter context should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 49 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'publishPowerConsumption' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter name should be final. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter ctx should be final. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'publishEnergyConsumption' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 79 | |
| coding | MagicNumber | '4' is a magic number. | 79 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 81 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 86). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| design | VisibilityModifier | Variable 'listener' must be private and have accessor methods. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 52 | |
| coding | HiddenField | 'listener' hides a field. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 62 | |
| design | DesignForExtension | Method 'setListener' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| coding | HiddenField | 'listener' hides a field. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 42 | |
| naming | StaticVariableName | Name 'DEFAULT_TCP_BUFFERS_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| design | VisibilityModifier | Variable 'DEFAULT_TCP_BUFFERS_SIZE' must be private and have accessor methods. | 42 | |
| coding | MagicNumber | '5' is a magic number. | 42 | |
| coding | MagicNumber | '1024' is a magic number. | 42 | |
| design | VisibilityModifier | Variable 'listenPort' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 48 | |
| design | VisibilityModifier | Variable 'tcpBufferSizeIn' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 50 | |
| design | VisibilityModifier | Variable 'tcpBufferSizeOut' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'nWorkersCPUmultiplier' must be private and have accessor methods. | 53 | |
| coding | MagicNumber | '50' is a magic number. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 56 | |
| design | VisibilityModifier | Variable 'nWorkersIO' must be private and have accessor methods. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 58 | |
| design | VisibilityModifier | Variable 'workerPool' must be private and have accessor methods. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | VisibilityModifier | Variable 'protocolDecoderFactory' must be private and have accessor methods. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 80 | |
| coding | HiddenField | 'listenPort' hides a field. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 90 | |
| coding | MagicNumber | '120000' is a magic number. | 90 | |
| coding | MagicNumber | '4' is a magic number. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 56 | |
| design | VisibilityModifier | Variable 'transferRate' must be private and have accessor methods. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 61 | |
| design | VisibilityModifier | Variable 'activateConnectionLogging' must be private and have accessor methods. | 61 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 64 | |
| design | VisibilityModifier | Variable 'srv' must be private and have accessor methods. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 93 | |
| coding | HiddenField | 'activateConnectionLogging' hides a field. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| design | DesignForExtension | Method 'getServerXSocket' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| design | DesignForExtension | Method 'getTotalReadBytes' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| design | DesignForExtension | Method 'getTotalSentBytes' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'getTransferRateIn' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| design | DesignForExtension | Method 'getTransferRateOut' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 258 | |
| design | DesignForExtension | Method 'onConnect' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 278 | |
| design | DesignForExtension | Method 'onConnectionTimeout' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 303 | |
| design | DesignForExtension | Method 'onData' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 325 | |
| design | DesignForExtension | Method 'onDisconnect' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 339 | |
| design | DesignForExtension | Method 'onIdleTimeout' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 361 | |
| design | DesignForExtension | Method 'packetSent' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 395 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| coding | HiddenField | 'connection' hides a field. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 109 | |
| coding | HiddenField | 'listener' hides a field. | 109 | |
| coding | HiddenField | 'protocolDecoder' hides a field. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 119 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'getConnectionReceivedPackets' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| design | DesignForExtension | Method 'getConnectionSentPackets' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| design | DesignForExtension | Method 'isConnectionClosed' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| design | DesignForExtension | Method 'onException' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'onWritten' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| design | DesignForExtension | Method 'packetReceived' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'writeToConnection' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| design | DesignForExtension | Method 'getRemoteAddress' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| design | DesignForExtension | Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| design | DesignForExtension | Method 'errorDecoding' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| design | DesignForExtension | Method 'getListener' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 319 | |
| design | DesignForExtension | Method 'setConnectionLister' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| coding | HiddenField | 'listener' hides a field. | 319 | |
| design | DesignForExtension | Method 'getRemotePort' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 76 | |
| coding | MagicNumber | '128' is a magic number. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'addConnection' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getConnectionById' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| design | DesignForExtension | Method 'getNextConnectionId' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'removeConnection' is not designed for extension - needs to be abstract, final or empty. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 | |
| misc | FinalParameters | Parameter mp should be final. | 32 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter bBuffer should be final. | 36 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter listener should be final. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter mp should be final. | 28 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'getNewProtocolDecoder' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.zwave.exporter.MotionContact.MotionContactSensorPublisher. | 22 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter protocolFactory should be final. | 27 | |
| misc | FinalParameters | Parameter listenPort should be final. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter connection should be final. | 33 | |
| misc | FinalParameters | Parameter pckt should be final. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter connection should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter connection should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter connection should be final. | 48 | |
| misc | FinalParameters | Parameter ex should be final. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | VisibilityModifier | Variable 'calculationPeriod' must be private and have accessor methods. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 105 | |
| coding | MagicNumber | '1000' is a magic number. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'getIncomingByteRate' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'getOutgoingByteRate' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'getTotalIncomingBytes' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'getTotalOutgoingBytes' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'newIncomingData' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'newOutgoingData' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 43 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'getVeraAddress' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 |